C# Class DOTNETIDS.IDSModule

Inheritance: IHttpModule
Mostra file Open project: IndiansIncredible/.NetIDS

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
ids_BeginRequest ( 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

ids_BeginRequest() public method

public ids_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void