Click or drag to resize

CookieStoreDelete Method (Uri)

Deletes all cookies for the specified uri

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void Delete(
	Uri uri
)

Parameters

uri
Type: SystemUri
The uri of the cookies to be deleted
See Also