CookieStore Constructor (Database, String) | 
 
            Default constructor
            
 
    Namespace: 
   Couchbase.Lite.Util
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntaxpublic CookieStore(
	Database db,
	string storageKey
)
Parameters
- db
 - Type: Couchbase.LiteDatabase
The database to serialize cookies to - storageKey
 - Type: SystemString
deprecated, ignored 
See Also