HttpProgress.TotalBytesToSend 字段

定义

要发送的数据字节总数。

如果数字未知,则此值为 0。

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

字段值

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

适用于