C# Класс Braintree.WebProxy

Наследование: IWebProxy
Показать файл Открыть проект

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

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