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
AvailableDestinations
public IReadOnlyList<DestinationState> AvailableDestinations { get; set; }
Property Value
Cluster
public ClusterModel Cluster { get; set; }
Property Value
ProxiedDestination
public DestinationState? ProxiedDestination { get; set; }
Property Value
Route
public RouteModel Route { get; init; }