System.Net.WebProxy.GetDefaultProxy() and proxy servers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael S. Scherotter

    System.Net.WebProxy.GetDefaultProxy() and proxy servers

    I am building a C# desktop application in .Net 1.1 that consumes web
    services. I use System.Net.WebP roxy.GetDefault Proxy() to get the proxy
    settings from IE but I get reports from people who are using proxy servers
    that this doesn't work and the web service does not connect.

    System.Net.WebP roxy proxy = System.Net.WebP roxy.GetDefault Proxy();

    Any suggestions on how I can get the actual proxy settings that IE is using,
    even if it configured with a configuration script?

    Michael S. Scherotter
    Business Solutions Architect
    Mindjet Corporation


Working...