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

Inheritance: IWebProxy
Exibir arquivo Open project: Azure/azure-mobile-apps-net-client

Public Methods

Method Description
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri uri ) : System

Method Details

GetProxy() public method

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

IsBypassed() public method

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

WebProxy() public method

public WebProxy ( Uri uri ) : System
uri System.Uri
return System