Code Comments
Programming Forum and web based access to our favorite programming groups.Can I get an example that will read the proxy settings from IE. I did not see how to do that, of course I can use System.Net.WebProxy to set my proxy, but I would like to read the settings that the user has set up in IE and default some settings. Thanks in advance. Ed,
Post Follow-up to this messageYou can use System.Net.WebProxy.GetDefaultProxy() Note that this method will be obsoleted in the new version of the framework. The new version of the framework offers more features for automatic proxy detection. feroze ====================== This posting is provided as-is. http://weblogs.asp.net/feroze_daud ====================== "ECVerify.com" <google@gencode.com> wrote in message news:2023c1c9.0408101004.304a9f14@posting.google.com... > Can I get an example that will read the proxy settings from IE. > > I did not see how to do that, of course I can use System.Net.WebProxy > to set my proxy, but I would like to read the settings that the user > has set up in IE and default some settings. > > Thanks in advance. > > Ed,
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.