1 implementation of GetUserId
Microsoft.AspNetCore.SignalR.Core (1)
DefaultUserIdProvider.cs (1)
15
public virtual string?
GetUserId
(HubConnectionContext connection)
1 reference to GetUserId
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
615
UserIdentifier = userIdProvider.
GetUserId
(this);