Method | Description | |
---|---|---|
Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool |
Method | Description | |
---|---|---|
ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool | ||
SectionModule ( ConnectionManager connectionManager, string sectionName ) : System | ||
WriteAndFlush ( IHttpResponse response, string body ) : void |
public Process ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool | ||
request | IHttpRequest | |
response | IHttpResponse | |
session | IHttpSession | |
return | bool |
protected abstract ProcessSection ( IHttpRequest request, IHttpResponse response, IHttpSession session ) : bool | ||
request | IHttpRequest | |
response | IHttpResponse | |
session | IHttpSession | |
return | bool |
protected SectionModule ( ConnectionManager connectionManager, string sectionName ) : System | ||
connectionManager | ConnectionManager | |
sectionName | string | |
return | System |
protected static WriteAndFlush ( IHttpResponse response, string body ) : void | ||
response | IHttpResponse | |
body | string | |
return | void |