ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy Method
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.
Overloads
MapReverseProxy(IEndpointRouteBuilder) |
Adds Reverse Proxy routes to the route table using the default processing pipeline. |
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.
public static Microsoft.AspNetCore.Builder.ReverseProxyConventionBuilder MapReverseProxy (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints);
static member MapReverseProxy : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder -> Microsoft.AspNetCore.Builder.ReverseProxyConventionBuilder
<Extension()>
Public Function MapReverseProxy (endpoints As IEndpointRouteBuilder) As ReverseProxyConventionBuilder
Parameters
- endpoints
- IEndpointRouteBuilder
Returns
Applies to
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.
public static Microsoft.AspNetCore.Builder.ReverseProxyConventionBuilder MapReverseProxy (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, Action<Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder> configureApp);
static member MapReverseProxy : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * Action<Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder> -> Microsoft.AspNetCore.Builder.ReverseProxyConventionBuilder
<Extension()>
Public Function MapReverseProxy (endpoints As IEndpointRouteBuilder, configureApp As Action(Of IReverseProxyApplicationBuilder)) As ReverseProxyConventionBuilder
Parameters
- endpoints
- IEndpointRouteBuilder
- configureApp
- Action<IReverseProxyApplicationBuilder>