Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
|
|
Init ( System.Web.HttpApplication context ) : void |
Initializes the specified module.
|
|
OnInit ( System.Web.HttpApplication context ) : void |
Initializes any data/resources on HTTP module start.
|
|
OnStart ( System.Web.HttpApplication context ) : void |
Initializes any data/resources on application start.
|
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | The application context that instantiated and will be running this module. |
Résultat | void |
public OnInit ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | The application context that instantiated and will be running this module. |
Résultat | void |
public OnStart ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | The application context that instantiated and will be running this module. |
Résultat | void |