IConnectionListenerFactory インターフェイス

定義

さまざまな種類 EndPointの にバインドするためのメカニズムを提供するインターフェイスを定義します。

public interface class IConnectionListenerFactory
public interface IConnectionListenerFactory
type IConnectionListenerFactory = interface
Public Interface IConnectionListenerFactory
派生

メソッド

BindAsync(EndPoint, CancellationToken)

指定した IConnectionListener にバインドされた を作成します EndPoint

適用対象