MultiplexedConnectionBuilder Class

Definition

A default implementation for IMultiplexedConnectionBuilder.

C#
public class MultiplexedConnectionBuilder : Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder
Inheritance
MultiplexedConnectionBuilder
Implements

Constructors

Properties

ApplicationServices

Gets the IServiceProvider that provides access to the application's service container.

Methods

Build()

Builds the delegate used by this application to process connections.

Use(Func<MultiplexedConnectionDelegate,MultiplexedConnectionDelegate>)

Adds a middleware delegate to the application's connection pipeline.

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0