The members of Android.Webkit.CookieManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | HasCookies | bool. Gets whether there are stored cookies. |
[read-only] static | Instance | CookieManager. Gets the singleton CookieManager instance. |
[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. |
AcceptCookie()Gets whether the application's Android.Webkit.WebView instances send and accept cookies. | ||
AcceptThirdPartyCookies(WebView)Gets whether the Android.Webkit.WebView should allow third party cookies to be set. | ||
static | AllowFileSchemeCookies()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)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. |