IPInterfaceStatistics::UnicastPacketsReceived Property

.NET Framework (current version)
 

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

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property long long UnicastPacketsReceived {
	virtual long long get() abstract;
}

Property Value

Type: System::Int64

Returns Int64.

The total number of unicast packets that were received on the interface.

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.

.NET Framework
Available since 4.5
Return to top
Show: