NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePoint.CurrentConnections

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;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace