System.Net.IWebProxy iwp = System.Net.WebRequest.GetSystemWebProxy();Uri wp = iwp.GetProxy(new Uri("http://www.dotnetspider.com"));MessageBox.Show(wp.AbsoluteUri.ToString());