a System.Net.IWebProxy
Use the HttpWebClientProtocol.Proxy property if a client needs to use different proxy settings than those in the system settings. Use the System.Net.WebProxy class to set the proxy settings, because it implements System.Net.IWebProxy.
Default proxy settings can be set in a configuration file. For details, see [<topic://cpconconfiguringinternetapplications>].