次の方法で共有


NetworkUsage.BytesSent プロパティ

定義

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

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

プロパティ値

UInt64

unsigned long long

uint64_t

送信されたバイト数。

適用対象