Method | Description | |
---|---|---|
OnDispose ( ) : void |
Disposes of the resources (other than memory) used by the module.
|
|
OnInit ( System.Web.HttpApplication application ) : void |
Initializes the module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
IHttpModule ( ) : void | ||
IHttpModule ( System.Web.HttpApplication context ) : void |
protected OnInit ( System.Web.HttpApplication application ) : void | ||
application | System.Web.HttpApplication | |
return | void |