C# 클래스 Gablarski.WebServer.SectionModule

상속: HttpServer.HttpModules.HttpModule
파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool

보호된 메소드들

메소드 설명
ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
SectionModule ( ConnectionManager connectionManager, string sectionName ) : System
WriteAndFlush ( IHttpResponse response, string body ) : void

메소드 상세

Process() 공개 메소드

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

ProcessSection() 보호된 추상적인 메소드

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

SectionModule() 보호된 메소드

protected SectionModule ( ConnectionManager connectionManager, string sectionName ) : System
connectionManager ConnectionManager
sectionName string
리턴 System

WriteAndFlush() 보호된 정적인 메소드

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