C# 클래스 Castle.MicroKernel.Lifestyle.Tests.HttpModuleRunner

파일 보기 프로젝트 열기: nhsevidence/Windsor.LifeStyles 1 사용 예제들

공개 메소드들

메소드 설명
GetContext ( System.Web.HttpWorkerRequest wr ) : HttpApplication>.KeyValuePair
ProcessRequest ( System.Web.HttpApplication app, HttpContext ctx ) : void
Run ( System.Web.HttpWorkerRequest wr ) : HttpContext

비공개 메소드들

메소드 설명
AssignContext ( System.Web.HttpApplication app, HttpContext ctx ) : void
InitInternal ( System.Web.HttpApplication app, HttpContext ctx ) : void
SetHttpApplicationFactoryCustomApplication ( System.Web.HttpApplication app ) : void

메소드 상세

GetContext() 공개 정적인 메소드

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

ProcessRequest() 공개 정적인 메소드

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

Run() 공개 정적인 메소드

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