C# Class AutoF5Lib.AutoF5Module

Inheritance: IHttpModule
Show file Open project: hongyes/AutoF5

Private Properties

Property Type Description
Content bool
EnsureFirstInit void
FirstInit void
HandleCheckRequest bool
context_BeginRequest void
context_EndRequest void

Public Methods

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

Private Methods

Method Description
Content ( string content ) : bool
EnsureFirstInit ( ) : void
FirstInit ( ) : void
HandleCheckRequest ( ) : bool
context_BeginRequest ( object sender, EventArgs e ) : void
context_EndRequest ( 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