C# Class irek.Server.RequestHandler

ファイルを表示 Open project: theanti9/irek

Public Methods

Method Description
Get404 ( ) : string
Handle ( string request, Config &config, List &UrlMap, Hashtable &ModuleList ) : byte[]

Handles the specified request.

Method Details

Get404() public static method

public static Get404 ( ) : string
return string

Handle() public static method

Handles the specified request.
public static Handle ( string request, Config &config, List &UrlMap, Hashtable &ModuleList ) : byte[]
request string The request.
config irek.Configuration.Config The config.
UrlMap List The Url Map list
ModuleList System.Collections.Hashtable The ModuleList hashtable
return byte[]