Java.Net.HttpCookie Members

The members of Java.Net.HttpCookie are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new cookie.

Public Properties

Commentstring. Returns the Comment attribute.
CommentURLstring. Returns the value of CommentURL attribute.
Discardbool. Returns the Discard attribute.
Domainstring. Returns the Domain attribute.
[read-only]
HasExpiredbool. Returns true if this cookie's Max-Age is 0.
HttpOnlybool. Documentation for this section has not yet been entered.
MaxAgelong. Returns the Max-Age attribute, in delta-seconds.
[read-only]
Namestring. Returns the name of this cookie.
Pathstring. Returns the Path attribute.
Portliststring. Returns the Port attribute, usually containing comma-separated port numbers.
Securebool. Returns the Secure attribute.
Valuestring. Returns the value of this cookie.
Versionint. Returns the version of this cookie.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
static
DomainMatches(string, string) : bool
Returns true if host matches the domain pattern domain.
static
Parse(string) : IList<HttpCookie>
Constructs a cookie from a string.