Add new comment

And use these lines if you want to use the default credentials and no password in your source-code.

proxy = new WebProxy("proxy", 8080);
proxy.UseDefaultCredentials = true;
web.Proxy = proxy;