C# 클래스 Winium.StoreApps.Driver.UriDispatchTables

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ConstructDispatcherTables ( Uri prefix ) : void
FindDispatcherTable ( string httpMethod ) : System.UriTemplateTable
InitializeCommandDictionary ( ) : void

메소드 상세

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