Share via


IPInterfaceStatistics.NonUnicastPacketsSent 属性

定义

获取该接口上发送的非单播数据包个数。

public:
 abstract property long NonUnicastPacketsSent { long get(); };
public abstract long NonUnicastPacketsSent { get; }
[System.Runtime.Versioning.UnsupportedOSPlatform("linux")]
public abstract long NonUnicastPacketsSent { get; }
member this.NonUnicastPacketsSent : int64
[<System.Runtime.Versioning.UnsupportedOSPlatform("linux")>]
member this.NonUnicastPacketsSent : int64
Public MustOverride ReadOnly Property NonUnicastPacketsSent As Long

属性值

该接口上发送的非单播数据包的总数。

属性

注解

包含单播地址的数据包将传送到单个接口。 具有非单播地址的数据包可以传递到多个接口。 任意广播、广播和多播地址是非单播地址类型。

适用于