System.Net.NetworkInformation.TcpStatistics.CurrentConnections Property

Gets the number of current Transmission Control Protocol (TCP) connections.

Syntax

public abstract long CurrentConnections { get; }

Value

Documentation for this section has not yet been entered.

Remarks

IETF RFC 2012 formally defines this value as, "The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT."

Requirements

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