C# Class Braintree.WebProxy

Inheritance: IWebProxy
Show file Open project: braintree/braintree_dotnet

Public Methods

Method Description
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri proxyUri ) : System
WebProxy ( string proxyUri ) : System

Method Details

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host System.Uri
return bool

WebProxy() public method

public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
return System

WebProxy() public method

public WebProxy ( string proxyUri ) : System
proxyUri string
return System