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

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