C# 클래스 Braintree.WebProxy

상속: IWebProxy
파일 보기 프로젝트 열기: braintree/braintree_dotnet

공개 메소드들

메소드 설명
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri proxyUri ) : System
WebProxy ( string proxyUri ) : System

메소드 상세

GetProxy() 공개 메소드

public GetProxy ( Uri destination ) : Uri
destination System.Uri
리턴 System.Uri

IsBypassed() 공개 메소드

public IsBypassed ( Uri host ) : bool
host System.Uri
리턴 bool

WebProxy() 공개 메소드

public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
리턴 System

WebProxy() 공개 메소드

public WebProxy ( string proxyUri ) : System
proxyUri string
리턴 System