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

Inheritance: IWebProxy
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
FakeDefaultWebProxy ( ) : System
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Method Details

FakeDefaultWebProxy() public méthode

public FakeDefaultWebProxy ( ) : System
Résultat System

GetProxy() public méthode

public GetProxy ( Uri destination ) : Uri
destination System.Uri
Résultat System.Uri

IsBypassed() public méthode

public IsBypassed ( Uri host ) : bool
host System.Uri
Résultat bool