System.Net.WebClient unreasonably slow

后端 未结 8 1692
北荒
北荒 2020-11-30 01:46

When using the System.Net.WebClient.DownloadData() method I\'m getting an unreasonably slow response time.

When fetching an url using the WebClient class in .NET it

8条回答
  •  無奈伤痛
    2020-11-30 02:35

    What browser are you using to test?

    Try using the default IE install. System.Net.WebClient uses the local IE settings, proxy etc. Maybe that has been mangled?

提交回复
热议问题