C# Class Zetbox.Server.HttpService.TrustedBasicAuthenticationModule

This class trusts the provided Basic authentication response without checking the password. This is very useful when being hosted by apache/mod_mono which only passes on the Authorization header.
Inheritance: IHttpModule
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
OnAuthenticateRequest ( object source, EventArgs eventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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

OnAuthenticateRequest() public method

public OnAuthenticateRequest ( object source, EventArgs eventArgs ) : void
source object
eventArgs System.EventArgs
return void