Java.Net.HttpCookie: Property Members

The properties of Java.Net.HttpCookie are listed below. For a list of all members, see the HttpCookie Members list.

See Also: Inherited members from Java.Lang.Object

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.