Click or drag to resize

CookieStore Constructor (Database, String)

Default constructor

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public CookieStore(
	Database db,
	string storageKey
)

Parameters

db
Type: Couchbase.LiteDatabase
The database to serialize cookies to
storageKey
Type: SystemString
deprecated, ignored
See Also