IPv4InterfaceStatistics.BytesSent 属性

定义

获取该接口上发送的字节数。Gets the number of bytes that were sent on the interface.

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

属性值

Int64

一个 Int64 值,它指定该接口上传输的总字节数。An Int64 value that specifies the total number of bytes that were transmitted on the interface.

适用于