Click or drag to resize

ReplicatorConfigurationHeaders Property

Extra HTTP headers to send in all requests to the remote target

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

Property Value

Type: IDictionaryString, String
See Also