次の方法で共有


IHubProtocolResolver.GetProtocol(String, IReadOnlyList<String>) メソッド

定義

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

public:
 Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^ GetProtocol(System::String ^ protocolName, System::Collections::Generic::IReadOnlyList<System::String ^> ^ supportedProtocols);
public Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol GetProtocol (string protocolName, System.Collections.Generic.IReadOnlyList<string> supportedProtocols);
public Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol? GetProtocol (string protocolName, System.Collections.Generic.IReadOnlyList<string>? supportedProtocols);
abstract member GetProtocol : string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol
Public Function GetProtocol (protocolName As String, supportedProtocols As IReadOnlyList(Of String)) As IHubProtocol

パラメーター

protocolName
String

プロトコル名。

supportedProtocols
IReadOnlyList<String>

サポートされているプロトコルのコレクション。

戻り値

一致する または null 一致IHubProtocolするプロトコルが見つからなかった場合。

適用対象