IPv4InterfaceStatistics.UnicastPacketsSent 属性
定义
获取该接口上发送的单播数据包个数。Gets the number of unicast packets that were sent on the interface.
public:
abstract property long UnicastPacketsSent { long get(); };
public abstract long UnicastPacketsSent { get; }
member this.UnicastPacketsSent : int64
Public MustOverride ReadOnly Property UnicastPacketsSent As Long
属性值
一个 Int64 值,它指定该接口上发送的单播数据包个数。An Int64 value that specifies the total number of 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.