C# Класс Microsoft.WindowsAzure.MobileServices.Test.WebProxy

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

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

Метод Описание
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri uri ) : 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 uri ) : System
uri System.Uri
Результат System