ConnectionEndpointRouteBuilderExtensions 類別

定義

加入 的 ConnectionHandler 路由的 IEndpointRouteBuilder 擴充方法。

public ref class ConnectionEndpointRouteBuilderExtensions abstract sealed
public static class ConnectionEndpointRouteBuilderExtensions
type ConnectionEndpointRouteBuilderExtensions = class
Public Module ConnectionEndpointRouteBuilderExtensions
繼承
ConnectionEndpointRouteBuilderExtensions

方法

MapConnectionHandler<TConnectionHandler>(IEndpointRouteBuilder, String)

將傳入要求與所提供連接管線的指定路徑對應。

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

將傳入要求與所提供連接管線的指定路徑對應。

MapConnections(IEndpointRouteBuilder, String, Action<IConnectionBuilder>)

將傳入要求與所提供連接管線的指定路徑對應。

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

將傳入要求與所提供連接管線的指定路徑對應。

適用於