C# Class System.Net.EmptyWebProxy

Inheritance: IWebProxy
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
EmptyWebProxy ( ) : System.Collections.Generic
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

Private Methods

Méthode Description
IAutoWebProxy ( Uri destination ) : ProxyChain

Method Details

EmptyWebProxy() public méthode

public EmptyWebProxy ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetProxy() public méthode

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

IsBypassed() public méthode

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