C# 클래스 irek.Server.RequestHandler

파일 보기 프로젝트 열기: theanti9/irek

공개 메소드들

메소드 설명
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[]