C# 클래스 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.
상속: IHttpModule
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
OnAuthenticateRequest ( object source, EventArgs eventArgs ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

OnAuthenticateRequest() 공개 메소드

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