Click or drag to resize

ReplicatorOptionsDictionaryCookies Property

Gets or sets a collection of cookie objects to be passed along with the initial HTTP request of the Replicator

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public ICollection<Cookie> Cookies { get; set; }

Property Value

Type: ICollectionCookie
See Also