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

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