C# Class Gablarski.WebServer.SectionModule

Inheritance: HttpServer.HttpModules.HttpModule
Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool

Méthodes protégées

Méthode 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 méthode

public Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
request IHttpRequest
response IHttpResponse
session IHttpSession
Résultat bool

ProcessSection() protected abstract méthode

protected abstract ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool
request IHttpRequest
response IHttpResponse
session IHttpSession
Résultat bool

SectionModule() protected méthode

protected SectionModule ( ConnectionManager connectionManager, string sectionName ) : System
connectionManager ConnectionManager
sectionName string
Résultat System

WriteAndFlush() protected static méthode

protected static WriteAndFlush ( IHttpResponse response, string body ) : void
response IHttpResponse
body string
Résultat void