C# Class System.Net.WebRequest.WebProxyWrapperOpaque

Inheritance: IAutoWebProxy
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Свойство Type Description
webProxy WebProxy

Méthodes publiques

Méthode Description
GetProxies ( Uri destination ) : ProxyChain
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Private Methods

Méthode Description
WebProxyWrapperOpaque ( WebProxy webProxy ) : System.Collections

Method Details

GetProxies() public méthode

public GetProxies ( Uri destination ) : ProxyChain
destination Uri
Résultat ProxyChain

GetProxy() public méthode

public GetProxy ( Uri destination ) : Uri
destination Uri
Résultat Uri

IsBypassed() public méthode

public IsBypassed ( Uri host ) : bool
host Uri
Résultat bool

Property Details

webProxy protected_oe property

protected WebProxy,System.Net webProxy
Résultat WebProxy