System.Net.ServicePointManager.DefaultPersistentConnectionLimit Field

The default number of persistent connections (2) allowed on a System.Net.ServicePoint object connected to an HTTP/1.1 or later server. This field is constant and is used to initialize the ServicePointManager.DefaultConnectionLimit property if the value of the ServicePointManager.DefaultConnectionLimit property has not been set either directly or through configuration.

Value: 2

Syntax

public const int DefaultPersistentConnectionLimit

Remarks

This field is read-only.

The value of this field is 2.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0