
Public Member Functions | |
| void | ProcessRequest (HttpContext context) |
| Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. | |
Properties | |
| bool | IsReusable [get] |
| Gets a value indicating whether another request can use the IHttpHandler instance. | |
| void Simias::Server::ReportLogHandler::ProcessRequest | ( | HttpContext | context | ) | [inline] |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
| context | An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. |
bool Simias::Server::ReportLogHandler::IsReusable [get] |
Gets a value indicating whether another request can use the IHttpHandler instance.
1.5.6