Helper method that creates a proxy instance to store on the Proxy property
public static IWebProxy CreateWebProxy(string proxyAddress, bool bypassonLocal, String[] bypassList)
Parameters
proxyAddress
Proxy Address to create or "default" for Windows default proxy.
Null or empty means no proxy is set
bypassonLocal
bypassList
Optional list of root domain Urls that are bypassed
See also:
Class HttpUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic