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

应用发送的字节数。

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 中引入)

适用于