1 write to _protocolResolver
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
58_protocolResolver = protocolResolver;
1 reference to _protocolResolver
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
140if (!await connectionContext.HandshakeAsync(handshakeTimeout, resolvedSupportedProtocols, _protocolResolver, _userIdProvider, _enableDetailedErrors))