Method | Description | |
---|---|---|
Application_Start ( System.Web.HttpApplication context ) : void |
Method that will be called once on application start.
|
|
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 a module and prepares it to handle requests.
|
public Application_Start ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | The context. |
return | void |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | An |
return | void |