mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
chore: 去掉代理
This commit is contained in:
@@ -75,8 +75,6 @@ internal static class WebClient
|
||||
}
|
||||
}
|
||||
|
||||
request.Proxy = new WebProxy("http://localhost:8080");
|
||||
|
||||
string html = string.Empty;
|
||||
using (HttpWebResponse response = (HttpWebResponse)request.GetResponse())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user