NetworkUsage.BytesSent 属性

定义

指示连接在特定时间段内发送的字节数。

public:
 property unsigned long long BytesSent { unsigned long long get(); };
uint64_t BytesSent();
public ulong BytesSent { get; }
var uInt64 = networkUsage.bytesSent;
Public ReadOnly Property BytesSent As ULong

属性值

UInt64

unsigned long long

uint64_t

已发送的字节数。

适用于