Reputation: 5752
I have a WinForms application in C# and I want to download several files as a single Zip file to speed the download. How can I use the API to do this?
Also, is it faster / more efficient to start several threads to download several files or 1 thread to download files in sequence?
Upvotes: 0
Views: 157