Click or drag to resize

DatabasePersistentCookieStore Property

Note: This API is now obsolete.

Gets the container the holds cookie information received from the remote replicator

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("This will be removed in a future version.  Replicators now have their own cookie stores")]
public CookieContainer PersistentCookieStore { get; }

Property Value

Type: CookieContainer
See Also