IMultiplexedConnectionBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |