IConnectionFactory インターフェイス

定義

エンドポイントへの接続を作成するためのファクトリ抽象化。

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

メソッド

ConnectAsync(EndPoint, CancellationToken)

エンドポイントへの新しい接続を作成します。

適用対象