次の方法で共有


MultiplexedConnectionBuilder クラス

定義

の既定の IMultiplexedConnectionBuilder実装。

public class MultiplexedConnectionBuilder : Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder
type MultiplexedConnectionBuilder = class
    interface IMultiplexedConnectionBuilder
Public Class MultiplexedConnectionBuilder
Implements IMultiplexedConnectionBuilder
継承
MultiplexedConnectionBuilder
実装

コンストラクター

MultiplexedConnectionBuilder(IServiceProvider)

MultiplexedConnectionBuilder の新しいインスタンスを初期化します。

プロパティ

ApplicationServices

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

メソッド

Build()

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

Use(Func<MultiplexedConnectionDelegate,MultiplexedConnectionDelegate>)

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

適用対象