HealthCheckOptions Class

Definition

Contains options for the HealthCheckMiddleware.

public ref class HealthCheckOptions
public class HealthCheckOptions
type HealthCheckOptions = class
Public Class HealthCheckOptions
Inheritance
HealthCheckOptions

Constructors

HealthCheckOptions()

Properties

AllowCachingResponses

Gets or sets a value that controls whether responses from the health check middleware can be cached.

Predicate

Gets or sets a predicate that is used to filter the set of health checks executed.

ResponseWriter

Gets or sets a delegate used to write the response.

ResultStatusCodes

Gets or sets a dictionary mapping the HealthStatus to an HTTP status code applied to the response. This property can be used to configure the status codes returned for each status.

Applies to