Click or drag to resize

ReplicationHeaders Property

Gets or sets the extra HTTP headers to send in Replication requests to the remote Database.

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

Property Value

Type: IDictionaryString, String
the extra HTTP headers to send in Replication requests to the remote Database.
See Also