Class ActiveHealthCheckMonitorOptions
Defines options for the active health check monitor.
Inheritance
System.Object
ActiveHealthCheckMonitorOptions
Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public class ActiveHealthCheckMonitorOptions : object
Properties
| Improve this Doc View SourceDefaultInterval
Default probing interval.
Declaration
public TimeSpan DefaultInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
DefaultTimeout
Default probes timeout.
Declaration
public TimeSpan DefaultTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |