Share via


AppBuilderHealthExtensions.UsePassiveHealthChecks Method

Definition

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

public static Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder UsePassiveHealthChecks (this Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder builder);
static member UsePassiveHealthChecks : Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder -> Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder
<Extension()>
Public Function UsePassiveHealthChecks (builder As IReverseProxyApplicationBuilder) As IReverseProxyApplicationBuilder

Parameters

Returns

Applies to