C# Class Snooze.Modules.CompressionModule

Inheritance: IHttpModule
Afficher le fichier Open project: ryansroberts/Snooze

Méthodes publiques

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

Method Details

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

context_PreRequestHandlerExecute() public méthode

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