System.Net.NetworkInformation.TcpStatistics.ResetConnections Property

Gets the number of RST packets received by Transmission Control Protocol (TCP) connections.

Syntax

public abstract long ResetConnections { 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 CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT 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