System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled Property

Gets the number of Internet Protocol (IP) packets reassembled.

Syntax

public abstract long PacketsReassembled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Session layer packets that exceed the maximum size for IP transport are broken into fragments and reassembled at the destination. If some fragments are lost or do not arrive within a set time, the reassembly does not succeed.

Requirements

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