C# Класс irek.Server.RequestHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
Get404 ( ) : string
Handle ( string request, Config &config, List &UrlMap, Hashtable &ModuleList ) : byte[]

Handles the specified request.

Описание методов

Get404() публичный статический Метод

public static Get404 ( ) : string
Результат string

Handle() публичный статический Метод

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
Результат byte[]