C# Class CmisSync.Lib.HttpProxyUtils

Http proxy utils.
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Methods

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

Method Details

SetDefaultProxy() public static method

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 true throw exceptions.
return void