BackgroundTransferRequest Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BackgroundTransferRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
BytesReceived | Gets the number of bytes that have been downloaded for the request. |
|
BytesSent | Gets the number of bytes that have been uploaded for the request. |
|
DownloadLocation | Gets or sets the location to which the requested file will be downloaded. |
|
Headers | Gets the dictionary of HTTP headers for the request. |
|
Method | Gets or sets the HTTP method for the request. |
|
RequestId | Gets the unique identifier associated with the request. |
|
RequestUri | Gets the target URI associated with the request. |
|
StatusCode | The HTTP status code of the request |
|
Tag | Gets or sets additional data associated with the request. |
|
TotalBytesToReceive | Gets the total number of bytes that will be downloaded for the request. |
|
TotalBytesToSend | Gets the total number of bytes that will be uploaded for the request. |
|
TransferError | Gets the exception associated with a failed background transfer request. A transfer request can have a TransferStatus of Completed whether or not the transfer was completed successfully. If a completed transfer was successful, TransferError will be null. |
|
TransferPreferences | Gets or sets the preferred conditions under which transfers are enabled. |
|
TransferStatus | Gets the status of the request. |
|
UploadLocation | Gets or sets the location from which the requested file will be uploaded. |
Show: