C# Класс CmisSync.Lib.HttpProxyUtils

Http proxy utils.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SetDefaultProxy() публичный статический Метод

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.
Результат void