AttributedNetworkUsage.BytesReceived 属性

定义

获取应用通过网络接收的字节数。

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

属性值

UInt64

unsigned long long

uint64_t

应用接收的字节数。

适用于