Click or drag to resize

CookieStore Constructor (String)

Note: This API is now obsolete.

Default constructor (obsolete)

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the database constructor")]
public CookieStore(
	string directory
)

Parameters

directory
Type: SystemString
The directory to serialize the cookies to
See Also