Class PassiveHealthCheckMiddleware
Inheritance
System.Object
PassiveHealthCheckMiddleware
Assembly: Yarp.ReverseProxy.dll
Syntax
public class PassiveHealthCheckMiddleware : object
Constructors
|
Improve this Doc
View Source
PassiveHealthCheckMiddleware(RequestDelegate, IEnumerable<IPassiveHealthCheckPolicy>)
Declaration
public PassiveHealthCheckMiddleware(RequestDelegate next, IEnumerable<IPassiveHealthCheckPolicy> policies)
Parameters
Methods
|
Improve this Doc
View Source
Invoke(HttpContext)
Declaration
public async Task Invoke(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns