ReverseProxyConventionBuilder Class
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.
public class ReverseProxyConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type ReverseProxyConventionBuilder = class
interface IEndpointConventionBuilder
Public Class ReverseProxyConventionBuilder
Implements IEndpointConventionBuilder
- Inheritance
-
ReverseProxyConventionBuilder
- Implements
Methods
Add(Action<EndpointBuilder>) |
Adds the specified convention to the builder. Conventions are used to customize EndpointBuilder instances. |
ConfigureEndpoints(Action<IEndpointConventionBuilder,RouteConfig,ClusterConfig>) |
Configures the endpoints for all routes |
ConfigureEndpoints(Action<IEndpointConventionBuilder,RouteConfig>) |
Configures the endpoints for all routes |
ConfigureEndpoints(Action<IEndpointConventionBuilder>) |
Configures the endpoints for all routes |