AttributedNetworkUsage.BytesSent 属性

定义

获取应用通过网络发送的字节数。

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

属性值

UInt64

unsigned long long

uint64_t

应用发送的字节数。

适用于