次の方法で共有


ProviderNetworkUsage.BytesSent プロパティ

定義

特定の期間に接続によって送信されたバイト数を示す値を取得します。

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

プロパティ値

UInt64

unsigned long long

uint64_t

送信されたバイト数。

適用対象