C# Class WindowsPhoneDriver.OuterDriver.UriDispatchTables

Afficher le fichier Open project: 2gis/winphonedriver Class Usage Examples

Méthodes publiques

Méthode Description
Match ( string httpMethod, Uri uriToMatch ) : System.UriTemplateMatch
UriDispatchTables ( Uri prefix ) : System

Private Methods

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

Method Details

Match() public méthode

public Match ( string httpMethod, Uri uriToMatch ) : System.UriTemplateMatch
httpMethod string
uriToMatch System.Uri
Résultat System.UriTemplateMatch

UriDispatchTables() public méthode

public UriDispatchTables ( Uri prefix ) : System
prefix System.Uri
Résultat System