ServicePointManager.DefaultPersistentConnectionLimit Field
.NET Framework (current version)
The default number of persistent connections (2) allowed on a ServicePoint object connected to an HTTP/1.1 or later server. This field is constant and is used to initialize the DefaultConnectionLimit property if the value of the DefaultConnectionLimit property has not been set either directly or through configuration.
Assembly: System (in System.dll)
Field Value
Type: System.Int32The following code example sets the DefaultConnectionLimit property using this field.
.NET Framework
Available since 1.1
Available since 1.1
Show: