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