C# Class System.Net.GlobalProxySelection.EmptyWebProxy

Inheritance: IWebProxy
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
EmptyWebProxy ( )
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

Method Details

EmptyWebProxy() public méthode

public EmptyWebProxy ( )

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