ServicePoint::CurrentConnections Property
.NET Framework (current version)
Gets the number of open connections associated with this ServicePoint object.
Assembly: System (in System.dll)
Property Value
Type: System::Int32The number of open connections associated with this ServicePoint object.
The CurrentConnections property contains the number of open Internet connections associated with this ServicePoint object. The value of CurrentConnections cannot exceed that of ConnectionLimit.
The following code example uses the CurrentConnections property to determine the number of open Internet connections associated with this ServicePoint object.
.NET Framework
Available since 1.1
Available since 1.1
Show: