Method | Description | |
---|---|---|
SetDefaultProxy ( Config settings, bool throwExceptions = false ) : void |
Sets the default proxy for every HTTP request. If the caller would like to know if the call throws any exception, the second parameter should be set to true
|
public static SetDefaultProxy ( Config settings, bool throwExceptions = false ) : void | ||
settings | Config | proxy settings. |
throwExceptions | bool | If set to |
return | void |