BackgroundDownloadProgress.BytesReceived 字段

定义

接收的数据字节总数。 此值不包括作为响应标头接收的字节数。 下载操作可以在 (重启,例如,在网络中断) 后。 重新启动操作时,它们可能必须放弃以前下载的字节,因此下载的字节数可能不会总是从一个报告增加到下一个报告。

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

字段值

UInt64

unsigned long long

uint64_t

适用于