Download file in Windows phone 8 -


i need download file website iso storage.

i found 3 ways, backgroundtransfer, webclient , httpwebrequest, none of these 3 ways can pause , resume downloading.
on other hand, 3 ways write stream downloaded after download complete.

how achieve breakpoint resume download?

i dont know on platform working, mean working on windows phone 8/7 or desktop applications. in senario if working on windows phone 8 can use transfercontrol on ui , backgroundtransferrequst in xaml.cs. backgroundtransferrequest has capability resume or pause download. read following link.

click here transfercontrol in windows phone 8 , backgroundtransferrequest.

use httpclient inplace of webclient, httpclient can pause , resume during download file.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -