C# Class Netronics.Http.UriFinder

Afficher le fichier Open project: shlee322/Netronics

Méthodes publiques

Méthode Description
GetHandler ( string uri ) : object
IsMatch ( string uri ) : bool
UriFinder ( string uri, object>.Func handler ) : System

Method Details

GetHandler() public méthode

public GetHandler ( string uri ) : object
uri string
Résultat object

IsMatch() public méthode

public IsMatch ( string uri ) : bool
uri string
Résultat bool

UriFinder() public méthode

public UriFinder ( string uri, object>.Func handler ) : System
uri string
handler object>.Func
Résultat System