Gets or sets the maximum number of connections allowed on this System.Net.ServicePoint object.
A int containing the maximum number of simultaneous connections allowed on the current System.Net.ServicePoint.
Type Reason ArgumentOutOfRangeException The value specified for a set operation is less than or equal to zero.
The ServicePoint.ConnectionLimit property sets the maximum number of connections that the System.Net.ServicePoint object can make to an Internet resource. The value of the ServicePoint.ConnectionLimit property is set to the value of the ServicePointManager.DefaultConnectionLimit property when the System.Net.ServicePoint object is created; subsequent changes to ServicePointManager.DefaultConnectionLimit have no effect on existing System.Net.ServicePoint objects.