C# Class Netty.AspRequestProcessor

A class that executes requests.
Inheritance: System.MarshalByRefObject, IAspRequestProcessor
显示文件 Open project: Cayan-LLC/netty Class Usage Examples

Public Methods

Method Description
ProcessRequest ( IHttpContext httpContext ) : void

Processes the request from the T:Netty.IHttpContext.

Private Methods

Method Description
InitializeLifetimeService ( ) : object

Method Details

ProcessRequest() public method

Processes the request from the T:Netty.IHttpContext.
public ProcessRequest ( IHttpContext httpContext ) : void
httpContext IHttpContext The HTTP context for the request.
return void