ServicePointManager.MaxServicePoints Property
Gets or sets the maximum number of ServicePoint objects to maintain at any time.
Assembly: System (in System.dll)
Property Value
Type: System.Int32The maximum number of ServicePoint objects to maintain. The default value is 0, which means there is no limit to the number of ServicePoint objects.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | MaxServicePoints is less than 0 or greater than Int32.MaxValue. |
When you reduce the MaxServicePoints property below the number of ServicePoint objects currently in existence, the ServicePointManager deletes the ServicePoint objects with the longest idle times. If the number of ServicePoint objects with active connections is greater than the value of MaxServicePoints, the ServicePointManager object deletes the ServicePoint objects as they become idle.
- WebPermission
for unrestricted Web permissions. Associated enumeration: Unrestricted
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.