In The Hand - .NET Components for Mobility
ConnectionsInitiated Property
NamespacesInTheHand.Net.NetworkInformationTcpStatisticsConnectionsInitiated
Gets the number of Transmission Control Protocol (TCP) connection requests made by clients.
Declaration Syntax
C#Visual Basic
public long ConnectionsInitiated { get; }
Public ReadOnly Property ConnectionsInitiated As Long
Value
An Int64 value that specifies the total number of TCP connections initiated by clients.
Remarks
IETF RFC 2012 formally defines this value as, "The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state."

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