There are various types of proxies.
Such as Web, Trans, Socks4 and Socks5.
Now I am using the following for using proxies but do this support all above kind of proxies ?
System.Net.WebProxy my_Proxy = new WebProxy(srProxyHost, irProxyPort);
If not what is the proper way ?