C# Class WebFormClient.Modules.CustomModule

Inheritance: IHttpModule
显示文件 Open project: jglozano/samples

Public Methods

Method Description
AddMessage ( System.Web.HttpApplication application, string eventName ) : void
CustomModule ( ModuleDependency dependency ) : System
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
context_AuthenticateRequest ( object sender, EventArgs e ) : void
context_BeginRequest ( object sender, EventArgs e ) : void
context_PreRequestExecute ( object sender, EventArgs e ) : void

Method Details

AddMessage() public method

public AddMessage ( System.Web.HttpApplication application, string eventName ) : void
application System.Web.HttpApplication
eventName string
return void

CustomModule() public method

public CustomModule ( ModuleDependency dependency ) : System
dependency ModuleDependency
return System

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void