MrNobody,
Are you actually setting the Proxy property of the HttpWebRequest to
that instance of the WebProxy?
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"MrNobody" <(E-Mail Removed)> wrote in message
news:2089C1EB-2817-45A4-A165-(E-Mail Removed)...
>I found an example online and when I tried repeating it with the proxy I
> normally use for my browser, I get errors.
>
> What I do is this:
>
> WebProxy proxy = new WebProxy("http://www.autoconfig/pac", true);
>
> That url is exactly what I enter into Firefox advanced settings to get
> beyond the office firewall here, but C# does not like it.
>
> any idea?
>
> the proxy is free, no login credentials required so I did not set that
> object in code. You can try it yourself now, the proxy wont interfere with
> the fact you are not behind a firewall.