Class AppBuilderHealthExtensions
Extensions for adding proxy middleware to the pipeline.
Inheritance
System.Object
AppBuilderHealthExtensions
Namespace: Microsoft.AspNetCore.Builder
Assembly: Yarp.ReverseProxy.dll
Syntax
public static class AppBuilderHealthExtensions : object
Methods
| Improve this Doc View SourceUsePassiveHealthChecks(IReverseProxyApplicationBuilder)
Passively checks destinations health by watching for successes and failures in client request proxying.
Declaration
public static IReverseProxyApplicationBuilder UsePassiveHealthChecks(this IReverseProxyApplicationBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IReverseProxyApplicationBuilder | builder |
Returns
Type | Description |
---|---|
IReverseProxyApplicationBuilder |