C# Class System.Net.Tests.ServicePointManagerTest.FixedWebProxy

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

Méthodes publiques

Méthode Description
FixedWebProxy ( string proxyAddress ) : System.Net.Security
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Method Details

FixedWebProxy() public méthode

public FixedWebProxy ( string proxyAddress ) : System.Net.Security
proxyAddress string
Résultat System.Net.Security

GetProxy() public méthode

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

IsBypassed() public méthode

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