C# Class MyDnn.Modules.Support.LiveChat.App_Start.MyDnnVisitorsOnlineHttpModule

Inheritance: IHttpModule
Show file Open project: mydnn/LiveChat

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Protected Methods

Method Description
context_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
page_LoadComplete ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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

context_PreRequestHandlerExecute() protected method

protected context_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

page_LoadComplete() protected method

protected page_LoadComplete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void