HealthCheckMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Middleware that exposes a health checks response with a URL endpoint.
public ref class HealthCheckMiddleware
public class HealthCheckMiddleware
type HealthCheckMiddleware = class
Public Class HealthCheckMiddleware
- Inheritance
-
HealthCheckMiddleware
Constructors
HealthCheckMiddleware(RequestDelegate, IOptions<HealthCheckOptions>, HealthCheckService) |
Creates a new instance of HealthCheckMiddleware. |
Methods
InvokeAsync(HttpContext) |
Processes a request. |