Gets or sets the maximum number of concurrent connections allowed by a ServicePoint object used for making View and N1QL requests.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int DefaultConnectionLimit { get; set; }
public int DefaultConnectionLimit { get; set; }
Public Property DefaultConnectionLimit As Integer
Get
Set
Public Property DefaultConnectionLimit As Integer
Get
Set
public:
property int DefaultConnectionLimit {
int get ();
void set (int value);
}
public:
property int DefaultConnectionLimit {
int get ();
void set (int value);
}
member DefaultConnectionLimit : int with get, set
member DefaultConnectionLimit : int with get, set
Property Value
Type:
Int32
Remarkshttp://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.defaultconnectionlimit.aspx
RemarksThe default is set to 5 connections.
See Also