Table of Contents

Class AppBuilderHealthExtensions

Namespace
Microsoft.AspNetCore.Builder
Assembly
Yarp.ReverseProxy.dll

Extensions for adding proxy middleware to the pipeline.

public static class AppBuilderHealthExtensions
Inheritance
AppBuilderHealthExtensions
Inherited Members

Methods

UsePassiveHealthChecks(IReverseProxyApplicationBuilder)

Passively checks destinations health by watching for successes and failures in client request proxying.

public static IReverseProxyApplicationBuilder UsePassiveHealthChecks(this IReverseProxyApplicationBuilder builder)

Parameters

builder IReverseProxyApplicationBuilder

Returns

IReverseProxyApplicationBuilder