HttpProgress.TotalBytesToSend Field

Definition

The total number of data bytes to send.

If the number is unknown, this value is 0.

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

Field Value

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

Applies to