ReverseProxyIEndpointRouteBuilderExtensions Class

Definition

Extension methods for IEndpointRouteBuilder used to add Reverse Proxy to the ASP .NET Core request pipeline.

public static class ReverseProxyIEndpointRouteBuilderExtensions
type ReverseProxyIEndpointRouteBuilderExtensions = class
Public Module ReverseProxyIEndpointRouteBuilderExtensions
Inheritance
ReverseProxyIEndpointRouteBuilderExtensions

Methods

Name Description
MapReverseProxy(IEndpointRouteBuilder, Action<IReverseProxyApplicationBuilder>)

Adds Reverse Proxy routes to the route table with the customized processing pipeline. The pipeline includes by default the initialization step and the final proxy step, but not LoadBalancingMiddleware or other intermediate components.

MapReverseProxy(IEndpointRouteBuilder)

Adds Reverse Proxy routes to the route table using the default processing pipeline.

Applies to