C# Class Netronics.Http.UriFinder

Mostrar archivo Open project: shlee322/Netronics

Public Methods

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

Method Details

GetHandler() public method

public GetHandler ( string uri ) : object
uri string
return object

IsMatch() public method

public IsMatch ( string uri ) : bool
uri string
return bool

UriFinder() public method

public UriFinder ( string uri, object>.Func handler ) : System
uri string
handler object>.Func
return System