C# Class Braintree.WebProxy

Inheritance: IWebProxy
Afficher le fichier Open project: braintree/braintree_dotnet

Méthodes publiques

Méthode Description
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri proxyUri ) : System
WebProxy ( string proxyUri ) : System

Method Details

GetProxy() public méthode

public GetProxy ( Uri destination ) : Uri
destination System.Uri
Résultat System.Uri

IsBypassed() public méthode

public IsBypassed ( Uri host ) : bool
host System.Uri
Résultat bool

WebProxy() public méthode

public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
Résultat System

WebProxy() public méthode

public WebProxy ( string proxyUri ) : System
proxyUri string
Résultat System