wb.DownloadFileAsync throw “WebClient does not support concurrent I/O operations.” exception

前端 未结 1 802
庸人自扰
庸人自扰 2021-01-06 05:22

I need help with this code

#region Events

public class DownloadProgressChangedEventArg
{
    private long _ProgressPercentage;
    private long _BytesReceiv         


        
相关标签:
1条回答
  • 2021-01-06 05:52

    When calling DownloadFileAsync method you have to make sure it completes before trying to download again.

    This answer will help you.

    0 讨论(0)
提交回复
热议问题