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

アプリが受信したバイト数。

適用対象