Android.Webkit.CookieManager Members

The members of Android.Webkit.CookieManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

[read-only]
HasCookiesbool. Gets whether there are stored cookies.
[read-only]
static
InstanceCookieManager. Gets the singleton CookieManager instance.

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

AcceptCookie() : bool
Gets whether the application's Android.Webkit.WebView instances send and accept cookies.
AcceptThirdPartyCookies(WebView) : bool
Gets whether the Android.Webkit.WebView should allow third party cookies to be set.
static
AllowFileSchemeCookies() : bool
Gets whether the application's Android.Webkit.WebView instances send and accept cookies for file scheme URLs.
Flush()
Ensures all cookies currently accessible through the getCookie API are written to persistent storage.
GetCookie(string) : string
Gets the cookies for the given URL.
RemoveAllCookie()
Removes all cookies.
RemoveAllCookies(IValueCallback)
Documentation for this section has not yet been entered.
RemoveExpiredCookie()
Removes all expired cookies.
RemoveSessionCookie()
Removes all session cookies, which are cookies without an expiration date.
RemoveSessionCookies(IValueCallback)
Documentation for this section has not yet been entered.
SetAcceptCookie(bool)
Sets whether the application's Android.Webkit.WebView instances should send and accept cookies.
static
SetAcceptFileSchemeCookies(bool)
Sets whether the application's Android.Webkit.WebView instances should send and accept cookies for file scheme URLs.
SetAcceptThirdPartyCookies(WebView, bool)
Sets whether the Android.Webkit.WebView should allow third party cookies to be set.
SetCookie(string, string)
Sets a cookie for the given URL.
SetCookie(string, string, IValueCallback)
Documentation for this section has not yet been entered.