C# Class Castle.MicroKernel.Lifestyle.Tests.HttpModuleRunner

Show file Open project: nhsevidence/Windsor.LifeStyles Class Usage Examples

Public Methods

Method Description
GetContext ( System.Web.HttpWorkerRequest wr ) : HttpApplication>.KeyValuePair
ProcessRequest ( System.Web.HttpApplication app, HttpContext ctx ) : void
Run ( System.Web.HttpWorkerRequest wr ) : HttpContext

Private Methods

Method Description
AssignContext ( System.Web.HttpApplication app, HttpContext ctx ) : void
InitInternal ( System.Web.HttpApplication app, HttpContext ctx ) : void
SetHttpApplicationFactoryCustomApplication ( System.Web.HttpApplication app ) : void

Method Details

GetContext() public static method

public static GetContext ( System.Web.HttpWorkerRequest wr ) : HttpApplication>.KeyValuePair
wr System.Web.HttpWorkerRequest
return HttpApplication>.KeyValuePair

ProcessRequest() public static method

public static ProcessRequest ( System.Web.HttpApplication app, HttpContext ctx ) : void
app System.Web.HttpApplication
ctx System.Web.HttpContext
return void

Run() public static method

public static Run ( System.Web.HttpWorkerRequest wr ) : HttpContext
wr System.Web.HttpWorkerRequest
return System.Web.HttpContext