C# Class Gablarski.WebServer.SectionModule

Inheritance: HttpServer.HttpModules.HttpModule
ファイルを表示 Open project: ermau/Gablarski

Public Methods

Method Description
Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool

Protected Methods

Method Description
ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
SectionModule ( ConnectionManager connectionManager, string sectionName ) : System
WriteAndFlush ( IHttpResponse response, string body ) : void

Method Details

Process() public method

public Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
request IHttpRequest
response IHttpResponse
session IHttpSession
return bool

ProcessSection() protected abstract method

protected abstract ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
request IHttpRequest
response IHttpResponse
session IHttpSession
return bool

SectionModule() protected method

protected SectionModule ( ConnectionManager connectionManager, string sectionName ) : System
connectionManager ConnectionManager
sectionName string
return System

WriteAndFlush() protected static method

protected static WriteAndFlush ( IHttpResponse response, string body ) : void
response IHttpResponse
body string
return void