IHubProtocolResolver.GetProtocol(String, IReadOnlyList<String>) Methode

Definition

Ruft das Hubprotokoll mit dem angegebenen Namen ab, wenn es von der angegebenen Liste der unterstützten Protokolle zulässig ist.

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

Parameter

protocolName
String

Der Protokollname.

supportedProtocols
IReadOnlyList<String>

Eine Sammlung unterstützter Protokolle.

Gibt zurück

Ein Abgleich IHubProtocol oder null , wenn kein übereinstimmende Protokoll gefunden wurde.

Gilt für: