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

Inheritance: IWebProxy
Datei anzeigen Open project: dotnet/corefx

Public Methods

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

Method Details

FixedWebProxy() public method

public FixedWebProxy ( string proxyAddress ) : System.Net.Security
proxyAddress string
return System.Net.Security

GetProxy() public method

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

IsBypassed() public method

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