System.Net.NetworkInformation.IPv4InterfaceStatistics.NonUnicastPacketsSent Property

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

Syntax

public abstract long NonUnicastPacketsSent { 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