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

앱에서 보낸 바이트 수입니다.

적용 대상