Click or drag to resize

ReplicationDeleteCookie Method

Deletes a cookie specified by name

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void DeleteCookie(
	string name
)

Parameters

name
Type: SystemString
The name of the cookie
See Also