Tagged Questions

0
votes
2answers
305 views

WebClient.OpenRead download data in chunks

I am trying to download data using a Webclient object in chunks of 5% each. The reason is that I need to report progress for each downloaded chunk. Here is the code I wrote to do this task: ...