System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded Property

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

Syntax

public abstract long OutputPacketsDiscarded { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The data returned by this property does not include packets discarded because of errors that made the packets undeliverable. Packets included in this data are typically discarded due to network issues, such as 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