Table of Contents

Class ReverseProxyFeature

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

Stores the current proxy configuration used when processing the request.

public class ReverseProxyFeature : IReverseProxyFeature
Inheritance
ReverseProxyFeature
Implements
Inherited Members

Constructors

ReverseProxyFeature()

public ReverseProxyFeature()

Properties

AllDestinations

public IReadOnlyList<DestinationState> AllDestinations { get; init; }

Property Value

IReadOnlyList<DestinationState>

AvailableDestinations

public IReadOnlyList<DestinationState> AvailableDestinations { get; set; }

Property Value

IReadOnlyList<DestinationState>

Cluster

public ClusterModel Cluster { get; set; }

Property Value

ClusterModel

ProxiedDestination

public DestinationState? ProxiedDestination { get; set; }

Property Value

DestinationState

Route

public RouteModel Route { get; init; }

Property Value

RouteModel