|
In this article I will talk about BackgroundTransferRequest in WindowsPhone, BackgroundFileTransferRequest API is part of Microsoft.Phone.BackgroundTransfer namespace.
BackgroundFileTransfer is capable of queuing up one or more file uploads or downloads over http, the file transfer executes in the background even though the application is not running on foreground.
|