Share via


IMultiplexedConnectionListenerFactory 接口

定义

定义一个接口,该接口提供绑定到各种类型的 EndPoint的 机制。

public interface IMultiplexedConnectionListenerFactory
type IMultiplexedConnectionListenerFactory = interface
Public Interface IMultiplexedConnectionListenerFactory

方法

BindAsync(EndPoint, IFeatureCollection, CancellationToken)

创建绑定到 IMultiplexedConnectionListener 指定的 EndPoint

适用于