The members of Java.Net.HttpCookie are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new cookie. |
Comment | string. Returns the Comment attribute. | |
CommentURL | string. Returns the value of CommentURL attribute. | |
Discard | bool. Returns the Discard attribute. | |
Domain | string. Returns the Domain attribute. | |
[read-only] | HasExpired | bool. Returns true if this cookie's Max-Age is 0. |
HttpOnly | bool. Documentation for this section has not yet been entered. | |
MaxAge | long. Returns the Max-Age attribute, in delta-seconds. | |
[read-only] | Name | string. Returns the name of this cookie. |
Path | string. Returns the Path attribute. | |
Portlist | string. Returns the Port attribute, usually containing comma-separated port numbers. | |
Secure | bool. Returns the Secure attribute. | |
Value | string. Returns the value of this cookie. | |
Version | int. Returns the version of this cookie. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Creates and returns a copy of this Object. | ||
static | DomainMatches(string, string)Returns true if host matches the domain pattern domain. | |
static | Parse(string)Constructs a cookie from a string. |