System.Net.NetworkInformation.TcpStatistics.ResetsSent Property

Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set.

Syntax

public abstract long ResetsSent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

TCP resets are specified using the reset (RST) control bit in the TCP header.

Requirements

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