Click or drag to resize

ReplicatorOptionsDictionaryHeaders Property

Gets a mutable collection of headers to be passed along with the initial HTTP request that starts replication

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public IDictionary<string, Object> Headers { get; }

Property Value

Type: IDictionaryString, Object
See Also