In The Hand - .NET Components for Mobility
CurrentConnections Property
NamespacesInTheHand.Net.NetworkInformationTcpStatisticsCurrentConnections
Gets the number of current Transmission Control Protocol (TCP) connections.
Declaration Syntax
C#Visual Basic
public long CurrentConnections { get; }
Public ReadOnly Property CurrentConnections As Long
Value
An Int64 value that specifies the total number of current TCP connections.
Remarks
IETF RFC 2012 formally defines this value as, "The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT."

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0