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

Summary description for BasicAuthenticationModule
Inheritance: IHttpModule
Show file Open project: ayende/Subtext Class Usage Examples

Public Methods

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

Private Methods

Method Description
AuthenticateRequest ( object sender, EventArgs e ) : void
SendAuthRequest ( HttpContext context ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EndRequest() public method

public EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Init() public method

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