ProviderNetworkUsage.BytesReceived Property

Definition

Gets a value indicating the number of bytes received by a connection over a specific period of time.

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

Property Value

UInt64

unsigned long long

uint64_t

The number of bytes received.

Applies to