Android.Webkit.CookieManager.SetAcceptFileSchemeCookies Method
Sets whether the application's Android.Webkit.WebView instances should send and accept cookies for file scheme URLs.

Syntax

[Android.Runtime.Register("setAcceptFileSchemeCookies", "(Z)V", "")]
public static void SetAcceptFileSchemeCookies (bool accept)

Parameters

accept
Documentation for this section has not yet been entered.

Remarks

Sets whether the application's Android.Webkit.WebView instances should send and accept cookies for file scheme URLs. Use of cookies with file scheme URLs is potentially insecure and turned off by default. Do not use this feature unless you can be sure that no unintentional sharing of cookie data can take place.

Note that calls to this method will have no effect if made after a Android.Webkit.WebView or CookieManager instance has been created.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12