BackgroundTransferRequest.StatusCode Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The HTTP status code of the request
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
This property contains the HTTP status code returned from the server with which the request was initiated. The status code indicating success is 200 or 206, depending on the server configuration. Note that this code indicates whether the server could successfully complete the request. It does not indicate that the transfer was successful. A successful transfer will have a TransferStatus of Completed and TransferError will be null.