C# Class System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.FakeDefaultWebProxy

Inheritance: IWebProxy
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
FakeDefaultWebProxy ( ) : System
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Method Details

FakeDefaultWebProxy() public method

public FakeDefaultWebProxy ( ) : System
return System

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host System.Uri
return bool