C# 클래스 Gablarski.WebServer.ChannelModule

상속: SectionModule
파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
ChannelModule ( ConnectionManager connectionManager ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
SaveOrUpdateChannel ( IHttpSession session, IHttpResponse response, IHttpInput input, int channelId, bool delete ) : bool

메소드 상세

ChannelModule() 공개 메소드

public ChannelModule ( ConnectionManager connectionManager ) : System
connectionManager ConnectionManager
리턴 System

ProcessSection() 보호된 메소드

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