C# Class Owin.HealthCheck.AppBuilderExtensions

Extension methods for IAppBuilder
Afficher le fichier Open project: thedillonb/Owin.HealthCheck

Méthodes publiques

Méthode Description
UseHealthCheck ( this appBuilder, HealthCheckMiddlewareConfig config ) : IAppBuilder

Inserts a HealthCheckMiddleware into the current IAppBuilder pipeline

UseHealthCheck ( this appBuilder, string route, HealthCheckMiddlewareConfig config ) : IAppBuilder

Inserts a HealthCheckMiddleware into the current IAppBuilder pipeline

Method Details

UseHealthCheck() public static méthode

Inserts a HealthCheckMiddleware into the current IAppBuilder pipeline
public static UseHealthCheck ( this appBuilder, HealthCheckMiddlewareConfig config ) : IAppBuilder
appBuilder this The current pipeline
config HealthCheckMiddlewareConfig A containing configuration options for the middleware
Résultat IAppBuilder

UseHealthCheck() public static méthode

Inserts a HealthCheckMiddleware into the current IAppBuilder pipeline
public static UseHealthCheck ( this appBuilder, string route, HealthCheckMiddlewareConfig config ) : IAppBuilder
appBuilder this The current pipeline
route string
config HealthCheckMiddlewareConfig A containing configuration options for the middleware
Résultat IAppBuilder