Table of Contents

Interface IPassiveHealthCheckPolicy

Namespace
Yarp.ReverseProxy.Health
Assembly
Yarp.ReverseProxy.dll

Passive health check evaluation policy.

public interface IPassiveHealthCheckPolicy

Properties

Name

Policy's name.

string Name { get; }

Property Value

string

Methods

RequestProxied(HttpContext, ClusterState, DestinationState)

Registers a successful or failed request and evaluates a new Passive value.

void RequestProxied(HttpContext context, ClusterState cluster, DestinationState destination)

Parameters

context HttpContext

Context.

cluster ClusterState

Request's cluster.

destination DestinationState

Request's destination.