C# Class Tmds.SockJS.Route

Show file Open project: tmds/Tmds.SockJS Class Usage Examples

Public Methods

Method Description
Route ( string method, int type, bool regex, string match, SessionHttpContextHandler handler ) : System.Text.RegularExpressions

Method Details

Route() public method

public Route ( string method, int type, bool regex, string match, SessionHttpContextHandler handler ) : System.Text.RegularExpressions
method string
type int
regex bool
match string
handler SessionHttpContextHandler
return System.Text.RegularExpressions