System.Net.WebClient unreasonably slow

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

    Download Wireshark here http://www.wireshark.org/

    Capture the network packets and filter the "http" packets. It should give you the answer right away.

提交回复
热议问题