System.Net.NetworkInformation.TcpStatistics.SegmentsResent Property

Gets the number of Transmission Control Protocol (TCP) segments re-sent.

Syntax

public abstract long SegmentsResent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

TCP segments that are not acknowledged as being received at the destination are retransmitted.

Requirements

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