Restsharp: Download Stats, pls

Created on 22 Aug 2015  ·  6Comments  ·  Source: restsharp/RestSharp

Would it be possible to add ability to get things such as: downloaded bytes, total bytes to download, download percent, download /start/error/success state

Thanks,
Oleg

feature-request

Most helpful comment

https://github.com/cfHxqA/RestSharp.RestClientSyncUtil/blob/master/RestClient.Sync.Util.cs

hi, the repository is not available anymore , anyone has a copy of it?

All 6 comments

oleg, i'm not sure i follow what you're asking for. can you explain a little further?

I have an app which downloads images from Tumblr platform. I currently use WebClient for file download async purposes which give me an ability to track how much of the file has been downloaded and report that to Ui so it can display the percentage of download per file. I have just come across the RestSharp and like the faster speed of it ( i use now to crawl the api posts before download)

Any idea when will the progress reporting while downloading file async be available so I can kiss WebClient final goodbye :P ?

Tracking in #917

https://github.com/cfHxqA/RestSharp.RestClientSyncUtil/blob/master/RestClient.Sync.Util.cs

hi, the repository is not available anymore , anyone has a copy of it?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thomasd3 picture thomasd3  ·  5Comments

DuBistKomisch picture DuBistKomisch  ·  6Comments

ChenJasonGit picture ChenJasonGit  ·  5Comments

wojciechrak picture wojciechrak  ·  3Comments

instriker picture instriker  ·  7Comments