C# Class Microsoft.WindowsAzure.MobileServices.Test.WebProxy

Inheritance: IWebProxy
Afficher le fichier Open project: Azure/azure-mobile-apps-net-client

Méthodes publiques

Méthode Description
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri uri ) : System

Method Details

GetProxy() public méthode

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

IsBypassed() public méthode

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

WebProxy() public méthode

public WebProxy ( Uri uri ) : System
uri System.Uri
Résultat System