C# 클래스 NotDeadYet.MVC4.HealthCheckHttpHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: uglybugger/NotDeadYet

공개 메소드들

메소드 설명
HealthCheckHttpHandler ( IHealthChecker healthChecker ) : System.Web
ProcessRequest ( HttpContext context ) : void

메소드 상세

HealthCheckHttpHandler() 공개 메소드

public HealthCheckHttpHandler ( IHealthChecker healthChecker ) : System.Web
healthChecker IHealthChecker
리턴 System.Web

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void