1 write to _userIdProvider
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
69_userIdProvider = userIdProvider;
3 references to _userIdProvider
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionHandler.cs (3)
145if (!await connectionContext.HandshakeAsync(handshakeTimeout, resolvedSupportedProtocols, _protocolResolver, _userIdProvider, _enableDetailedErrors)) 201var newUserId = connection.GetUserIdentifier(context.NewUser, _userIdProvider); 338var newUserId = connection.GetUserIdentifier(user, _userIdProvider);