C# Класс NuxeoClient.WebProxy

A simple class representing the WebProxy class, which is not yet implemented on the dotnet/corefx project.
Наследование: System.Net.IWebProxy
Показать файл Открыть проект

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

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

Returns the proxied URI for a request.

IsBypassed ( Uri host ) : bool

Indicates whether to use the proxy server for the specified host.

WebProxy ( Uri proxyUri ) : System

Initializes an empty instance of the WebProxy class.

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

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

Returns the proxied URI for a request.
public GetProxy ( Uri destination ) : Uri
destination System.Uri The instance of the requested Internet resource.
Результат System.Uri

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

Indicates whether to use the proxy server for the specified host.
public IsBypassed ( Uri host ) : bool
host System.Uri The instance of the host to check for proxy use.
Результат bool

WebProxy() публичный Метод

Initializes an empty instance of the WebProxy class.
public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
Результат System