System.Net.NetworkInformation.TcpStatistics.ConnectionsInitiated Property

Gets the number of Transmission Control Protocol (TCP) connection requests made by clients.

Syntax

public abstract long ConnectionsInitiated { 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-SENT state from the CLOSED 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