C# 클래스 WindowsPhoneDriver.OuterDriver.UriDispatchTables

파일 보기 프로젝트 열기: 2gis/winphonedriver 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string httpMethod, Uri uriToMatch ) : System.UriTemplateMatch
UriDispatchTables ( Uri prefix ) : System

비공개 메소드들

메소드 설명
ConstructDispatcherTables ( Uri prefix ) : void
FindDispatcherTable ( string httpMethod ) : System.UriTemplateTable
GetCommandInfo ( string name ) : CommandInfo
GetCommands ( ) : CommandInfo>.IReadOnlyDictionary

메소드 상세

Match() 공개 메소드

public Match ( string httpMethod, Uri uriToMatch ) : System.UriTemplateMatch
httpMethod string
uriToMatch System.Uri
리턴 System.UriTemplateMatch

UriDispatchTables() 공개 메소드

public UriDispatchTables ( Uri prefix ) : System
prefix System.Uri
리턴 System