System.Net.WebClient unreasonably slow

后端 未结 8 1713
北荒
北荒 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:30

    WebClient may be slow on some workstations when Automatic Proxy Settings in checked in the IE settings (Connections tab - LAN Settings).

提交回复
热议问题