IReverseProxyFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the current proxy configuration used when processing the request.
public interface IReverseProxyFeature
type IReverseProxyFeature = interface
Public Interface IReverseProxyFeature
- Derived
Properties
AllDestinations |
All destinations for the current cluster. |
AvailableDestinations |
Cluster destinations that can handle the current request. This will initially include all destinations except those currently marked as unhealthy if health checks are enabled. |
Cluster |
The cluster model for the current request. |
ProxiedDestination |
The actual destination that the request was proxied to. |
Route |
The route model for the current request. |