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);
そうでない場合、適切な方法は何ですか?