You are actually disabling automatic proxy detection by setting .proxy to null
http://msdn.microsoft.com/
By default, the Internet Explorer proxy settings are used to detect the proxy. If your application is running under a non-interactive account (without a convenient way to configure IE proxy settings), or if you want to use proxy settings different than the IE settings, you can configure your proxy by creating a configuration file with the <defaultProxy> Element (Network Settings) and <proxy> Element (Network Settings) elements defined.
Main Topics
Browse All Topics





by: GiftsonDJohnPosted on 2009-04-20 at 11:01:26ID: 24187026
If they are using Proxy then you have to pass the proxy details in Request.Proxy along with the Proxy Credentials.