C# Class WindowsPhoneDriver.OuterDriver.UriDispatchTables

Mostra file Open project: 2gis/winphonedriver Class Usage Examples

Public Methods

Method Description
Match ( string httpMethod, Uri uriToMatch ) : System.UriTemplateMatch
UriDispatchTables ( Uri prefix ) : System

Private Methods

Method Description
ConstructDispatcherTables ( Uri prefix ) : void
FindDispatcherTable ( string httpMethod ) : System.UriTemplateTable
GetCommandInfo ( string name ) : CommandInfo
GetCommands ( ) : CommandInfo>.IReadOnlyDictionary

Method Details

Match() public method

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

UriDispatchTables() public method

public UriDispatchTables ( Uri prefix ) : System
prefix System.Uri
return System