C# 클래스 Microsoft.WindowsAzure.MobileServices.Test.WebProxy

상속: IWebProxy
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool
WebProxy ( Uri uri ) : System

메소드 상세

GetProxy() 공개 메소드

public GetProxy ( Uri destination ) : Uri
destination System.Uri
리턴 System.Uri

IsBypassed() 공개 메소드

public IsBypassed ( Uri host ) : bool
host System.Uri
리턴 bool

WebProxy() 공개 메소드

public WebProxy ( Uri uri ) : System
uri System.Uri
리턴 System