C# Class SecurePages.Infrastructure.SecurePageModule

Inheritance: IHttpModule
Show file Open project: webadvanced/Secure-Page-manager-for-asp.net

Public Methods

Method Description
ContextBeginRequest ( object sender, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
SecurePageModule ( ) : System

Method Details

ContextBeginRequest() public static method

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

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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