IPv4InterfaceStatistics::NonUnicastPacketsSent Property

 

Gets the number of non-unicast packets that were sent on the interface.

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

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

Property Value

Type: System::Int64

An Int64 value that specifies the total number of non-unicast packets that were sent 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 2.0
Return to top
Show: