System.Net.NetworkInformation.TcpStatistics.ConnectionsAccepted Property

Gets the number of accepted Transmission Control Protocol (TCP) connection requests.

Syntax

public abstract long ConnectionsAccepted { get; }

Value

Documentation for this section has not yet been entered.

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."

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0