C# Class System.Net.WebRequest.WebProxyWrapperOpaque

Inheritance: IAutoWebProxy
显示文件 Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Property Type Description
webProxy WebProxy

Public Methods

Method Description
GetProxies ( Uri destination ) : ProxyChain
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Private Methods

Method Description
WebProxyWrapperOpaque ( WebProxy webProxy ) : System.Collections

Method Details

GetProxies() public method

public GetProxies ( Uri destination ) : ProxyChain
destination Uri
return ProxyChain

GetProxy() public method

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

IsBypassed() public method

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

Property Details

webProxy protected_oe property

protected WebProxy,System.Net webProxy
return WebProxy