C# Класс Winium.StoreApps.Driver.UriDispatchTables

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

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

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