ClientConfiguration MaxServicePointIdleTime Property Couchbase .NET SDK 2.0
Gets or sets the maximum idle time of a ServicePoint object used for making View and N1QL requests.

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

Property Value

Type: Int32
Remarks
http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.maxservicepointidletime.aspx
See Also