System.Net.WebProxy是否支持所有类型的代理?

时间:2013-05-26 11:50:30

标签: c# proxy socks webproxy

有各种类型的代理。

如Web,Trans,Socks4和Socks5。

现在我使用以下代码来使用代理,但这是否支持所有上述类型的代理?

System.Net.WebProxy my_Proxy = new WebProxy(srProxyHost, irProxyPort);

如果不是正确的方法?

0 个答案:

没有答案