Share via


BackgroundDownloadProgress.BytesReceived Field

Definition

The total number of data bytes received. This value does not include bytes received as response headers. Download operations can be restarted (for example, after a network outage). When operations are restarted, they might have to discard previously downloaded bytes and therefore the number of bytes downloaded might not always increase from one report to the next.

public: unsigned long long BytesReceived;
uint64_t BytesReceived;
public ulong BytesReceived;
Public BytesReceived As ULong 

Field Value

UInt64

unsigned long long

uint64_t

Applies to