ConnectionsRouteBuilder クラス

定義

注意事項

This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).

ルートを ASP.NET Core接続ハンドラーにマップします。

このクラスは廃止され、今後のバージョンで削除される予定です。 推奨される代替方法は、Microsoft.AspNetCore.Builder.UseEndpoints(...) 内で MapConnection と MapConnectionHandler<TConnectionHandler> を使用することです。

public ref class ConnectionsRouteBuilder
public class ConnectionsRouteBuilder
[System.Obsolete("This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).")]
public class ConnectionsRouteBuilder
type ConnectionsRouteBuilder = class
[<System.Obsolete("This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).")>]
type ConnectionsRouteBuilder = class
Public Class ConnectionsRouteBuilder
継承
ConnectionsRouteBuilder
属性

メソッド

MapConnectionHandler<TConnectionHandler>(PathString)
古い.

指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。

MapConnectionHandler<TConnectionHandler>(PathString, Action<HttpConnectionDispatcherOptions>)
古い.

指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。

MapConnections(PathString, Action<IConnectionBuilder>)
古い.

指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。

MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)
古い.

指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。

適用対象