C# 클래스 CmisSync.Lib.HttpProxyUtils

Http proxy utils.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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