Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有各种类型的代理。
例如 Web、Trans、Socks4 和 Socks5。
现在我正在使用以下代理来使用代理,但这是否支持上述所有代理?
System.Net.WebProxy my_Proxy = new WebProxy(srProxyHost, irProxyPort);
如果不是正确的方法是什么?