AttributedNetworkUsage.BytesReceived 속성

정의

네트워크를 통해 앱에서 수신한 바이트 수를 가져옵니다.

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

속성 값

UInt64

unsigned long long

uint64_t

앱에서 수신한 바이트 수입니다.

적용 대상