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)
140
if (!await connectionContext.HandshakeAsync(handshakeTimeout, resolvedSupportedProtocols,
_protocolResolver
, _userIdProvider, _enableDetailedErrors))