System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures Property

Gets the number of Internet Protocol (IP) packets that could not be fragmented.

Syntax

public abstract long PacketFragmentFailures { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Packets that exceed the maximum size for IP transport are broken into fragments and reassembled at the destination. The value returned by this property indicates the number of packets that needed to be fragmented for IP transport but could not be because the packet header specified that the packet not be fragmented.

Requirements

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