System.Net.ServicePoint.CurrentConnections Property

Gets the number of open connections associated with this System.Net.ServicePoint object.

Syntax

public int CurrentConnections { get; }

Value

A int containing the number of connections held by the current instance.

Remarks

The ServicePoint.CurrentConnections property contains the number of open Internet connections associated with this System.Net.ServicePoint object. The value of ServicePoint.CurrentConnections cannot exceed that of ServicePoint.ConnectionLimit.

Requirements

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