C# Class Gablarski.WebServer.ChannelModule

Inheritance: SectionModule
ファイルを表示 Open project: ermau/Gablarski

Public Methods

Method Description
ChannelModule ( ConnectionManager connectionManager ) : System

Protected Methods

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

Private Methods

Method Description
SaveOrUpdateChannel ( IHttpSession session, IHttpResponse response, IHttpInput input, int channelId, bool delete ) : bool

Method Details

ChannelModule() public method

public ChannelModule ( ConnectionManager connectionManager ) : System
connectionManager ConnectionManager
return System

ProcessSection() protected method

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