C# Class System.Net.EmptyWebProxy

Inheritance: IWebProxy
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
EmptyWebProxy ( ) : System.Collections.Generic
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

Private Methods

Method Description
IAutoWebProxy ( Uri destination ) : ProxyChain

Method Details

EmptyWebProxy() public method

public EmptyWebProxy ( ) : System.Collections.Generic
return System.Collections.Generic

GetProxy() public method

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

IsBypassed() public method

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