IMultiplexedConnectionListenerFactory Interface

Definition

Defines an interface that provides the mechanisms for binding to various types of EndPoints.

public interface IMultiplexedConnectionListenerFactory
type IMultiplexedConnectionListenerFactory = interface
Public Interface IMultiplexedConnectionListenerFactory

Methods

BindAsync(EndPoint, IFeatureCollection, CancellationToken)

Creates an IMultiplexedConnectionListener bound to the specified EndPoint.

Applies to