Click or drag to resize

ReplicationOptionsSocketTimeout Property

Gets or sets the socket timeout for requests during the replication process (i.e. if the client cannot read data from the server response for longer than X it is considered timed out). This property is not supported on Xamarin.iOS and Xamarin.Android

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

Property Value

Type: TimeSpan
See Also