Click or drag to resize

ReplicationOptionsUseWebSocket Property

Gets or sets whether or not web sockets are allowed during the replication process (default is *true*, set to false to disable web sockets)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool UseWebSocket { get; set; }

Property Value

Type: Boolean
See Also