Property | Type | Description | |
---|---|---|---|
OnApplicationRequestStart | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
|
|
Init ( System.Web.HttpApplication application ) : void |
Initializes the specified application.
|
Method | Description | |
---|---|---|
OnApplicationRequestStart ( object sender, |
public Init ( System.Web.HttpApplication application ) : void | ||
application | System.Web.HttpApplication | The application. |
return | void |