System.Net.NetworkInformation.IPv4InterfaceStatistics.UnicastPacketsReceived Property

Gets the number of unicast packets that were received on the interface.

Syntax

public abstract long UnicastPacketsReceived { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Packets with unicast addresses are delivered to a single interface. Packets with non-unicast addresses can be delivered to multiple interfaces. Anycast, broadcast, and multicast addresses are types of non-unicast addresses.

Requirements

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