C# Class System.Net.Tests.GlobalProxySelectionTest.MyWebProxy

Inheritance: IWebProxy
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
MyWebProxy ( ) : System.Diagnostics

Method Details

GetProxy() public method

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

IsBypassed() public method

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

MyWebProxy() public method

public MyWebProxy ( ) : System.Diagnostics
return System.Diagnostics