CookieStoreDelete Method (Uri, String) |
Delete the cookie with the specified uri and name.
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public void Delete(
Uri uri,
string name
)
Parameters
- uri
- Type: SystemUri
The uri of the cookie. - name
- Type: SystemString
The name of the cookie.
See Also