NetworkUsage.BytesReceived 属性

定义

指示特定时间段的连接收到的字节数。

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

属性值

UInt64

unsigned long long

uint64_t

收到的字节数。

适用于