ConnectionsRouteBuilder クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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, Action<HttpConnectionDispatcherOptions>) |
古い.
指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。 |
MapConnectionHandler<TConnectionHandler>(PathString) |
古い.
指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。 |
MapConnections(PathString, Action<IConnectionBuilder>) |
古い.
指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。 |
MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>) |
古い.
指定したパスを持つ受信要求を、指定された接続パイプラインにマップします。 |