|
Name
|
Description
|
| ~CHttpModule | Deallocates an instance of the CHttpModule class. |
| CHttpModule | Initializes a new instance of the CHttpModule class. |
| Dispose | Releases all resources used by the current instance of the CHttpModule class. |
| OnAcquireRequestState | Represents the method that will handle an AcquireRequestState event, which occurs when IIS retrieves the state for the current request. |
| OnAsyncCompletion | Represents the method that will handle an asynchronous completion event, which occurs after an asynchronous operation has finished processing. |
| OnAuthenticateRequest | Represents the method that will handle an AuthenticateRequest event, which occurs when IIS establishes the identity of a user. |
| OnAuthorizeRequest | Represents the method that will handle an AuthorizeRequest event, which occurs when IIS verifies user authorization. |
| OnBeginRequest | Represents the method that will handle a BeginRequest event, which occurs as the first event in the HTTP integrated request-processing pipeline for the current request. |
| OnCustomRequestNotification | Represents the method that will handle a custom event, which occurs when a module raises a user-defined notification. |
| OnEndRequest | Represents the method that will handle an EndRequest event, which occurs as the last event in the HTTP integrated request-processing pipeline for the current request. |
| OnExecuteRequestHandler | Represents the method that will handle an ExecuteRequestHandler event, which occurs when IIS executes the handler for the current request. |
| OnLogRequest | Represents the method that will handle a LogRequest event, which occurs when IIS prepares to log the current request. |
| OnMapPath | Represents the method that will handle a MapPath event, which occurs when an operation requests the physical path to be mapped for the current request. |
| OnMapRequestHandler | Represents the method that will handle a MapRequestHandler event, which occurs when IIS maps the current request to an event handler. |
| OnPostAcquireRequestState | Represents the method that will handle an AcquireRequestState post-event, which occurs after IIS has retrieved the state for the current request. |
| OnPostAuthenticateRequest | Represents the method that will handle an AuthenticateRequest post-event, which occurs after IIS has established the identity of a user. |
| OnPostAuthorizeRequest | Represents the method that will handle an AuthorizeRequest post-event, which occurs after IIS has verified user authorization. |
| OnPostBeginRequest | Represents the method that will handle a BeginRequest post-event, which occurs after the first event in the HTTP integrated request-processing pipeline. |
| OnPostEndRequest | Represents the method that will handle an EndRequest post-event, which occurs after the last event in the HTTP integrated request-processing pipeline for the current request. |
| OnPostExecuteRequestHandler | Represents the method that will handle an ExecuteRequestHandler post-event, which occurs after IIS executes the handler for the current request. |
| OnPostLogRequest | Represents the method that will handle a LogRequest post-event, which occurs after IIS has logged the current request. |
| OnPostMapPath | Represents the method that will handle a MapPath post-event, which occurs after IIS has mapped the physical path for the current request. |
| OnPostMapRequestHandler | Represents the method that will handle a MapRequestHandler post-event, which occurs after IIS has mapped the current request to the appropriate event handler. |
| OnPostPreExecuteRequestHandler | Represents the method that will handle a PreExecuteRequestHandler post-event, which occurs before IIS executes a request handler. |
| OnPostReadEntity | Represents the method that will handle a ReadEntity post-event, which occurs after an operation has read data from the request buffer. |
| OnPostReleaseRequestState | Represents the method that will handle a ReleaseRequestState post-event, which occurs after the current state has been released. |
| OnPostResolveRequestCache | Represents the method that will handle a ResolveRequestCache post-event, which occurs after IIS has resolved a request from the cache. |
| OnPostSendResponse | Represents the method that will handle a SendResponse post-event, which occurs after IIS has sent the response buffer. |
| OnPostUpdateRequestCache | Represents the method that will handle an UpdateRequestCache post-event, which occurs after IIS has stored the request in the cache. |
| OnPreExecuteRequestHandler | Represents the method that will handle a PreExecuteRequestHandler event, which occurs before IIS executes a request handler. |
| OnReadEntity | Represents the method that will handle a ReadEntity event, which occurs when an operation reads data from the request buffer. |
| OnReleaseRequestState | Represents the method that will handle a ReleaseRequestState event, which occurs when the current state is released. |
| OnResolveRequestCache | Represents the method that will handle a ResolveRequestCache event, which occurs when IIS resolves a request in the cache. |
| OnSendResponse | Represents the method that will handle a SendResponse event, which occurs when IIS sends the response buffer. |
| OnUpdateRequestCache | Represents the method that will handle an UpdateRequestCache event, which occurs when IIS stores the request in the cache. |