Table of Contents

Class DestinationHealthState

Namespace
Yarp.ReverseProxy.Model
Assembly
Yarp.ReverseProxy.dll

Tracks destination passive and active health states.

public class DestinationHealthState
Inheritance
DestinationHealthState
Inherited Members

Constructors

DestinationHealthState()

public DestinationHealthState()

Properties

Active

Active health state.

public DestinationHealth Active { get; set; }

Property Value

DestinationHealth

Passive

Passive health state.

public DestinationHealth Passive { get; set; }

Property Value

DestinationHealth