Upload/Download sends bytes in chunks. Considering this ,
For upload: total bytes to send, how many bytes done so far .For every bytes chunk done. This can come in some callback registered with request. This will help in showing live progress in % to the ui.
Similarly, total bytes to download, how many bytes downloaded so far.
You can take an example of BackgroundUploader and BackgroundDownloader classes from WinRT. There sample example has shown how uploadProgress /downloadProgress can be receive in a callback.
Regards
Prashant
For upload: total bytes to send, how many bytes done so far .For every bytes chunk done. This can come in some callback registered with request. This will help in showing live progress in % to the ui.
Similarly, total bytes to download, how many bytes downloaded so far.
You can take an example of BackgroundUploader and BackgroundDownloader classes from WinRT. There sample example has shown how uploadProgress /downloadProgress can be receive in a callback.
Regards
Prashant