0

I'm currently just using a simple WebClient.DownloadFile() in my C# client to grab large file updates from my webserver (ASP.NET).

Right now, if someone disconnects or restarts their PC, there doesn't seem to be any way to get WebClient to resume the download from where it finished. What's the easiest way to make this download resumable?

(Note that this functionality is embedded in my application, so I don't want to use a third-party download manager)

steve cook
  • 3,116
  • 3
  • 30
  • 51

0 Answers0