Cookie Members
The Cookie type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Cookie()()()() |
Initializes a new instance of the Cookie class.
|
|
Cookie(String, String) | ||
Cookie(String, String, String) | ||
Cookie(String, String, String, String) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | ||
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a Cookie object.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Properties
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.
|