C# Класс System.Net.EmptyWebProxy

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

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

Метод Описание
EmptyWebProxy ( ) : System.Collections.Generic
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

Приватные методы

Метод Описание
IAutoWebProxy ( Uri destination ) : ProxyChain

Описание методов

EmptyWebProxy() публичный метод

public EmptyWebProxy ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetProxy() публичный метод

public GetProxy ( Uri uri ) : Uri
uri Uri
Результат Uri

IsBypassed() публичный метод

public IsBypassed ( Uri uri ) : bool
uri Uri
Результат bool