Java.Net.CookieManager Members

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

See Also: Inherited members from Java.Net.CookieHandler

Public Constructors

Constructs a new cookie manager.
Constructs a new cookie manager using a specified cookie store and a cookie policy.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
CookieStoreICookieStore. Gets current cookie store.

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

override
Get(URI, IDictionary<string, IList<string>>) : IDictionary<string, IList<string>>
Documentation for this section has not yet been entered.
override
Put(URI, IDictionary<string, IList<string>>)
Documentation for this section has not yet been entered.
SetCookiePolicy(ICookiePolicy)
Sets the cookie policy of this cookie manager.