Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
|
|
Init ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
IsAuthenticated ( System.Web.HttpApplication context ) : bool |
Determines whether the specified context is authenticated.
|
|
OnAuthorize ( object sender, |
Called when [authorize].
|
|
OnBeginRequest ( object sender, |
Called when [begin request].
|
|
SendAuthChallengeHeader ( System.Web.HttpApplication context ) : void |
Sends the auth challenge header.
|
|
SendNotAuthorizedHeader ( System.Web.HttpApplication context ) : void |
Sends the not authorized header.
|
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | An |
return | void |