次の方法で共有


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

受信されたバイト数。

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

適用対象