C# Class OpenRasta.Hosting.AspNet.OpenRastaModule

Inheritance: IHttpModule
Mostra file Open project: openrasta/openrasta-hosting-aspnet

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication app ) : void

Private Methods

Method Description
HandleHttpApplicationEndRequestEvent ( object sender, EventArgs e ) : void
HandleHttpApplicationPostResolveRequestCacheEvent ( object sender, EventArgs e ) : void
HandlerAlreadyMapped ( string method, Uri path ) : bool
OpenRastaModule ( ) : System
OperationResultSetByCode ( OpenRasta.Hosting.AspNet.AspNetCommunicationContext context ) : bool
ResourceFound ( OpenRasta.Hosting.AspNet.AspNetCommunicationContext context ) : bool
ShouldIgnoreRequest ( ) : bool
TryInitializeHosting ( ) : void
VerifyIisDetected ( HttpContext context ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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