IHttpCookie Properties |
The IHttpCookie type exposes the following members.
Name | Description | |
---|---|---|
Domain |
Gets or sets the domain to associate the cookie with.
| |
Expires |
Gets or sets the expiration date and time for the cookie.
| |
HttpOnly |
Gets or sets a value that specifies whether a cookie is accessible by client-side script.
| |
Name |
Gets or sets the name of a cookie.
| |
Path |
Gets or sets the virtual path to transmit with the current cookie.
| |
Value |
Gets or sets the value of a cookie.
|