Gets the current number of Connection instances associated with this ServicePoint.
[Visual Basic] Public ReadOnly Property CurrentConnections As Integer [C#] public int CurrentConnections {get;} [C++] public: __property int get_CurrentConnections(); [JScript] public function get CurrentConnections() : int;
ServicePoint Class | ServicePoint Members | System.Net Namespace