The Cookies that will be sent back to the client.
A collection with all the cookies being sent back to the client.
This starts empty and the developer can add one or more cookies to the response.C# Example
Response.Cookies.Add (new HttpCookie ("username", "miguel"));
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0