C# Class SecurePages.Infrastructure.SecurePageModule

Inheritance: IHttpModule
Afficher le fichier Open project: webadvanced/Secure-Page-manager-for-asp.net

Méthodes publiques

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

Private Methods

Méthode Description
SecurePageModule ( ) : System

Method Details

ContextBeginRequest() public static méthode

public static ContextBeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void