The properties of the Cookie class are listed below. For a complete list of Cookie class members, see the Cookie Members topic.
Comment | The comment string for the cookie. |
Domain | The domain that a request must match to include this cookie. |
Expired | Returns true if the cookie has expired according to the Expires property. |
Expires | The time this cookie will expire. |
Name | The name of the cookie. |
Path | The path prefix that requests must match to include this cookie. |
Secure | True if the cookie should only be sent over a secure channel. |
Value | The value of the cookie. |