1 implementation of GetProtocol
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubProtocolResolver.cs (1)
32
public IHubProtocol?
GetProtocol
(string protocolName, IReadOnlyList<string>? supportedProtocols)
1 reference to GetProtocol
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
580
Protocol = protocolResolver.
GetProtocol
(handshakeRequestMessage.Protocol, supportedProtocols)!;