System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded Property

Gets the number of Internet Protocol (IP) packets that have been received and discarded.

Syntax

public abstract long ReceivedPacketsDiscarded { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value returned by this property includes only those packets that were discarded even though they did not contain errors that prevented reassembly or delivery. Typically, packets in this category are discarded because of insufficient buffer space.

Requirements

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