C# Class Talifun.Web.Module.HttpModuleBase

Inheritance: IHttpModule
ファイルを表示 Open project: taliesins/talifun-web

Protected Methods

Method 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

Method Description
IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication httpApplication ) : void

Method Details

OnDispose() protected method

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

OnInit() protected method

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