BackgroundDownloadProgress.BytesReceived フィールド

定義

受信したデータ バイトの合計数。 この値には、応答ヘッダーとして受信したバイトは含まれません。 ダウンロード操作は再起動できます (たとえば、ネットワークが停止した後)。 操作を再起動すると、以前にダウンロードしたバイトを破棄する必要があるため、ダウンロードしたバイト数が常にレポート間で増加するとは限りません。

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

フィールド値

UInt64

unsigned long long

uint64_t

適用対象