Downloading webpages in WinRT throws an exception

后端 未结 2 970
不思量自难忘°
不思量自难忘° 2021-01-21 01:13

I\'m using this code to download a web page in my Metro Style app:

    public static async Task DownloadPageAsync(string url)
    {
        HttpCli         


        
2条回答
  •  孤独总比滥情好
    2021-01-21 01:39

    pretty sure netlimiter was running your internet request through a localhost proxy, and your app didn't have the "local network" capability which would allow such access to the local network

提交回复
热议问题