PoolConfiguration.ConnectTimeout Property Couchbase .NET SDK 2.0
The amount time allotted for the client to establish a TCP connection with a server before failing

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int ConnectTimeout { get; set; }

Property Value

Type: Int32
Remarks
The default is 10000ms
See Also