C# Class NotDeadYet.MVC4.HealthCheckHttpHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: uglybugger/NotDeadYet

Méthodes publiques

Méthode Description
HealthCheckHttpHandler ( IHealthChecker healthChecker ) : System.Web
ProcessRequest ( HttpContext context ) : void

Method Details

HealthCheckHttpHandler() public méthode

public HealthCheckHttpHandler ( IHealthChecker healthChecker ) : System.Web
healthChecker IHealthChecker
Résultat System.Web

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void