Table of Contents

Class ActiveHealthCheckMonitorOptions

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

Defines options for the active health check monitor.

public class ActiveHealthCheckMonitorOptions
Inheritance
ActiveHealthCheckMonitorOptions
Inherited Members

Constructors

ActiveHealthCheckMonitorOptions()

public ActiveHealthCheckMonitorOptions()

Properties

DefaultInterval

Default probing interval.

public TimeSpan DefaultInterval { get; set; }

Property Value

TimeSpan

DefaultTimeout

Default probes timeout.

public TimeSpan DefaultTimeout { get; set; }

Property Value

TimeSpan