ICookieStore.RemoveAll Method

Definition

Remove all cookies in this cookie store.

[Android.Runtime.Register("removeAll", "()Z", "GetRemoveAllHandler:Java.Net.ICookieStoreInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool RemoveAll ();
[<Android.Runtime.Register("removeAll", "()Z", "GetRemoveAllHandler:Java.Net.ICookieStoreInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RemoveAll : unit -> bool

Returns

true if this store changed as a result of the call

Attributes

Remarks

Remove all cookies in this cookie store.

Java documentation for java.net.CookieStore.removeAll().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to