C# Class Talifun.Web.Module.HttpModuleBase

Inheritance: IHttpModule
Afficher le fichier Open project: taliesins/talifun-web

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Disposes of the resources (other than memory) used by the module.

OnInit ( System.Web.HttpApplication httpApplication ) : void

Initializes the module and prepares it to handle requests.

Private Methods

Méthode Description
IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication httpApplication ) : void

Method Details

OnDispose() protected méthode

Disposes of the resources (other than memory) used by the module.
protected OnDispose ( ) : void
Résultat void

OnInit() protected méthode

Initializes the module and prepares it to handle requests.
protected OnInit ( System.Web.HttpApplication httpApplication ) : void
httpApplication System.Web.HttpApplication
Résultat void