Table of Contents

Class PassiveHealthCheckMiddleware

Namespace
Yarp.ReverseProxy.Health
Assembly
Yarp.ReverseProxy.dll
public class PassiveHealthCheckMiddleware
Inheritance
PassiveHealthCheckMiddleware
Inherited Members

Constructors

PassiveHealthCheckMiddleware(RequestDelegate, IEnumerable<IPassiveHealthCheckPolicy>)

public PassiveHealthCheckMiddleware(RequestDelegate next, IEnumerable<IPassiveHealthCheckPolicy> policies)

Parameters

next RequestDelegate
policies IEnumerable<IPassiveHealthCheckPolicy>

Methods

Invoke(HttpContext)

public Task Invoke(HttpContext context)

Parameters

context HttpContext

Returns

Task