Click or drag to resize

ReplicationOptionsRequestTimeout Property

Gets or sets the request timeout for requests during the replication process (i.e. if the server takes longer than X to respond to a request, it is considered timed out)

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

Property Value

Type: TimeSpan
See Also