次の方法で共有


IMultiplexedConnectionListener インターフェイス

定義

特定 EndPointの にバインドされたリスナーを表すインターフェイスを定義します。

public interface IMultiplexedConnectionListener : IAsyncDisposable
type IMultiplexedConnectionListener = interface
    interface IAsyncDisposable
Public Interface IMultiplexedConnectionListener
Implements IAsyncDisposable
実装

プロパティ

EndPoint

バインドされたエンドポイント。 これは、呼び出し元が空きポートの選択を要求したときなど、要求されたエンドポイントとは異なる場合があります。

メソッド

AcceptAsync(IFeatureCollection, CancellationToken)

受信接続を受け入れるための非同期操作を開始します。

UnbindAsync(CancellationToken)

受信接続のリッスンを停止します。

適用対象