Share via


IHubProtocolResolver インターフェイス

定義

インスタンスを操作 IHubProtocol するためのリゾルバーの抽象化。

public interface class IHubProtocolResolver
public interface IHubProtocolResolver
type IHubProtocolResolver = interface
Public Interface IHubProtocolResolver

プロパティ

AllProtocols

使用可能なすべてのハブ プロトコルのコレクションを取得します。

メソッド

GetProtocol(String, IReadOnlyList<String>)

サポートされているプロトコルの指定した一覧で許可されている場合は、指定した名前のハブ プロトコルを取得します。

適用対象