Compartir a través de


AttributedNetworkUsage.BytesReceived Propiedad

Definición

Obtiene el número de bytes recibidos por la aplicación a través de la red.

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

Valor de propiedad

UInt64

unsigned long long

uint64_t

Número de bytes recibidos por la aplicación.

Se aplica a