ConnectionEndpointRouteBuilderExtensions Class

Definition

Extension methods on IEndpointRouteBuilder that add routes for ConnectionHandlers.

public ref class ConnectionEndpointRouteBuilderExtensions abstract sealed
public static class ConnectionEndpointRouteBuilderExtensions
type ConnectionEndpointRouteBuilderExtensions = class
Public Module ConnectionEndpointRouteBuilderExtensions
Inheritance
ConnectionEndpointRouteBuilderExtensions

Methods

MapConnectionHandler<TConnectionHandler>(IEndpointRouteBuilder, String)

Maps incoming requests with the specified path to the provided connection pipeline.

MapConnectionHandler<TConnectionHandler>(IEndpointRouteBuilder, String, Action<HttpConnectionDispatcherOptions>)

Maps incoming requests with the specified path to the provided connection pipeline.

MapConnections(IEndpointRouteBuilder, String, Action<IConnectionBuilder>)

Maps incoming requests with the specified path to the provided connection pipeline.

MapConnections(IEndpointRouteBuilder, String, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)

Maps incoming requests with the specified path to the provided connection pipeline.

Applies to