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
Показать файл Открыть проект

Открытые методы

Метод Описание
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