IMultiplexedConnectionBuilder インターフェイス

定義

接続パイプラインを構成するメカニズムを提供するインターフェイスを定義します。

public interface IMultiplexedConnectionBuilder
type IMultiplexedConnectionBuilder = interface
Public Interface IMultiplexedConnectionBuilder
派生

プロパティ

ApplicationServices

アプリケーションの IServiceProvider サービス コンテナーへのアクセスを提供する を取得します。

メソッド

Build()

このアプリケーションが接続を処理するために使用するデリゲートをビルドします。

Use(Func<MultiplexedConnectionDelegate,MultiplexedConnectionDelegate>)

アプリケーションの接続パイプラインにミドルウェア デリゲートを追加します。

適用対象