HealthCheckApplicationBuilderExtensions Class

Definition

IApplicationBuilder extension methods for the HealthCheckMiddleware.

public ref class HealthCheckApplicationBuilderExtensions abstract sealed
public static class HealthCheckApplicationBuilderExtensions
type HealthCheckApplicationBuilderExtensions = class
Public Module HealthCheckApplicationBuilderExtensions
Inheritance
HealthCheckApplicationBuilderExtensions

Methods

UseHealthChecks(IApplicationBuilder, PathString)

Adds a middleware that provides health check status.

UseHealthChecks(IApplicationBuilder, PathString, HealthCheckOptions)

Adds a middleware that provides health check status.

UseHealthChecks(IApplicationBuilder, PathString, Int32)

Adds a middleware that provides health check status.

UseHealthChecks(IApplicationBuilder, PathString, Int32, HealthCheckOptions)

Adds a middleware that provides health check status.

UseHealthChecks(IApplicationBuilder, PathString, String)

Adds a middleware that provides health check status.

UseHealthChecks(IApplicationBuilder, PathString, String, HealthCheckOptions)

Adds a middleware that provides health check status.

Applies to