WebClient DownloadFileAsync

  • Thread starter Thread starter Yehia A.Salam
  • Start date Start date
Y

Yehia A.Salam

Hello,

I'm trying to download several files in a list one after another, I used
DownloadFileAsyn for asynchronous download, the problem is I always get this
error message "Web Client does not support concurrent I/O operations"
however there is nothing concurrent in what I do, as I wait for one download
to complete and in the DownloadFileCompleted WebClient event I start a new
download using the DownloadFileAsync.

Thanks
Yehia A.Salam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top