IMultiplexedConnectionBuilder Interface

Definition

Defines an interface that provides the mechanisms to configure a connection pipeline.

public interface IMultiplexedConnectionBuilder
type IMultiplexedConnectionBuilder = interface
Public Interface IMultiplexedConnectionBuilder
Derived

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