TransferProgress TransferProgress TransferProgress TransferProgress Struct

Definition

Contains progress information for a data transfer operation.

public : struct TransferProgresspublic struct TransferProgressPublic Structure TransferProgress// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

BytesRetrieved BytesRetrieved BytesRetrieved BytesRetrieved

The number of bytes received.

public : field unsigned int BytesRetrievedpublic field uint BytesRetrievedPublic Field BytesRetrieved// You can use this field in JavaScript.

BytesSent BytesSent BytesSent BytesSent

The number of bytes sent.

public : field unsigned int BytesSentpublic field uint BytesSentPublic Field BytesSent// You can use this field in JavaScript.

TotalBytesToRetrieve TotalBytesToRetrieve TotalBytesToRetrieve TotalBytesToRetrieve

The total number of bytes that will be received during the transfer operation.

public : field unsigned int TotalBytesToRetrievepublic field uint TotalBytesToRetrievePublic Field TotalBytesToRetrieve// You can use this field in JavaScript.

TotalBytesToSend TotalBytesToSend TotalBytesToSend TotalBytesToSend

The total number of bytes that will be sent during the transfer operation.

public : field unsigned int TotalBytesToSendpublic field uint TotalBytesToSendPublic Field TotalBytesToSend// You can use this field in JavaScript.

See Also