C# Class irek.Server.RequestHandler

Afficher le fichier Open project: theanti9/irek

Méthodes publiques

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

Handles the specified request.

Method Details

Get404() public static méthode

public static Get404 ( ) : string
Résultat string

Handle() public static méthode

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
Résultat byte[]