Dela via


ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy Method

Definition

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)

Source:
ReverseProxyIEndpointRouteBuilderExtensions.cs
Source:
ReverseProxyIEndpointRouteBuilderExtensions.cs

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

Returns

Applies to

MapReverseProxy(IEndpointRouteBuilder, Action<IReverseProxyApplicationBuilder>)

Source:
ReverseProxyIEndpointRouteBuilderExtensions.cs
Source:
ReverseProxyIEndpointRouteBuilderExtensions.cs

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

Returns

Applies to