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)
145
if (!await connectionContext.HandshakeAsync(handshakeTimeout, resolvedSupportedProtocols, _protocolResolver,
_userIdProvider
, _enableDetailedErrors))
201
var newUserId = connection.GetUserIdentifier(context.NewUser,
_userIdProvider
);
338
var newUserId = connection.GetUserIdentifier(user,
_userIdProvider
);