IPInterfaceStatistics.NonUnicastPacketsSent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该接口上发送的非单播数据包个数。
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
属性值
该接口上发送的非单播数据包的总数。
- 属性
注解
包含单播地址的数据包将传送到单个接口。 具有非单播地址的数据包可以传递到多个接口。 任意广播、广播和多播地址是非单播地址类型。