C# Class Subtext.Framework.Web.HttpModules.FormToBasicAuthenticationModule

Summary description for BasicAuthenticationModule
Inheritance: IHttpModule
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EndRequest ( Object sender, EventArgs e ) : void
Init ( System.Web.HttpApplication app ) : void

Private Methods

Méthode Description
AuthenticateRequest ( object sender, EventArgs e ) : void
SendAuthRequest ( HttpContext context ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndRequest() public méthode

public EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Init() public méthode

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