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;
More information about text formats
Default proxy Credentials
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;