Cookie Properties |
The Cookie type exposes the following members.
| Name | Description | |
|---|---|---|
| Comment |
Gets or sets the value of the Comment attribute of the cookie.
| |
| CommentUri |
Gets or sets the value of the CommentURL attribute of the cookie.
| |
| Discard |
Gets or sets a value indicating whether the client discards the cookie unconditionally
when the client terminates.
| |
| Domain |
Gets or sets the value of the Domain attribute of the cookie.
| |
| Expired |
Gets or sets a value indicating whether the cookie has expired.
| |
| Expires |
Gets or sets the value of the Expires attribute of the cookie.
| |
| HttpOnly |
Gets or sets a value indicating whether non-HTTP APIs can access the cookie.
| |
| Name |
Gets or sets the Name of the cookie.
| |
| Path |
Gets or sets the value of the Path attribute of the cookie.
| |
| Port |
Gets or sets the value of the Port attribute of the cookie.
| |
| Secure |
Gets or sets a value indicating whether the security level of the cookie is secure.
| |
| TimeStamp |
Gets the time when the cookie was issued.
| |
| Value |
Gets or sets the Value of the cookie.
| |
| Version |
Gets or sets the value of the Version attribute of the cookie.
|