HttpProgress.TotalBytesToReceive Field

Definition

The total number of data bytes to receive.

If the number is unknown, this value is 0.

public: IReference<unsigned long long> ^ TotalBytesToReceive;
IReference<uint64_t> TotalBytesToReceive;
public System.Nullable<ulong> TotalBytesToReceive;
Public TotalBytesToReceive As Nullable(Of ULong) 

Field Value

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

Applies to