C# Class CmisSync.Lib.HttpProxyUtils

Http proxy utils.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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 méthode

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.
Résultat void