C# Класс WindowsPhoneDriver.OuterDriver.UriDispatchTables

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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