This documentation is archived and is not being maintained.
HttpCookie Properties
.NET Framework 1.1
The properties of the HttpCookie class are listed here. For a complete list of HttpCookie class members, see the HttpCookie Members topic.
Public Properties
Domain | Gets or sets the domain to associate the cookie with. |
Expires | Gets or sets the expiration date and time for the cookie. |
HasKeys | Gets a value indicating whether a cookie has subkeys. |
Item | Shortcut for HttpCookie.Values. This property is provided for compatibility with previous versions of ASP.
In C#, this property is the indexer for the HttpCookie class. |
Name | Gets or sets the name of a cookie. |
Path | Gets or sets the virtual path to transmit with the current cookie. |
Secure | Gets or sets a value indicating whether to transmit the cookie using SSL (that is, over HTTPS only). |
Value | Gets or sets an individual cookie value. |
Values | Gets a collection of key-and-value value pairs that are contained within a single cookie object. |
See Also
Show:
