System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors Property

Gets the number of Internet Protocol (IP) packets with address errors that were received.

Syntax

public abstract long ReceivedPacketsWithAddressErrors { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value returned by this property includes packets discarded for address related issues in the header fields, such as invalid addresses. If packet forwarding is not enabled, the value returned by this property includes packets that were discarded because the destination address was not a local address.

Requirements

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