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
Syntaxpublic void Delete(
	Uri uri
)
Parameters
- uri
 - Type: SystemUri
The uri of the cookies to be deleted 
See Also