IPv4InterfaceStatistics.BytesReceived 属性

定义

获取该接口上接收到的字节数。

public:
 abstract property long BytesReceived { long get(); };
public abstract long BytesReceived { get; }
member this.BytesReceived : int64
Public MustOverride ReadOnly Property BytesReceived As Long

属性值

一个 Int64 值,它指定该接口上接收到的总字节数。

适用于