Click or drag to resize

ManagerOptionsRequestTimeout Property

Note: This API is now obsolete.

Gets or sets the default network request timeout.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Moving to the ReplicationOptions class")]
public TimeSpan RequestTimeout { get; set; }

Property Value

Type: TimeSpan
See Also