C# Class System.Net.GlobalProxySelection.EmptyWebProxy

Inheritance: IWebProxy
Show file Open project: dotnet/corefx

Public Methods

Method Description
EmptyWebProxy ( )
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

Method Details

EmptyWebProxy() public method

public EmptyWebProxy ( )

GetProxy() public method

public GetProxy ( Uri uri ) : Uri
uri Uri
return Uri

IsBypassed() public method

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