6 implementations of GetUserId
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HeaderUserIdProvider.cs (1)
10public string GetUserId(HubConnectionContext connection)
Microsoft.AspNetCore.SignalR.Core (1)
DefaultUserIdProvider.cs (1)
15public virtual string? GetUserId(HubConnectionContext connection)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
75public string GetUserId(HubConnectionContext connection)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Startup.cs (1)
41public string GetUserId(HubConnectionContext connection)
Microsoft.AspNetCore.SignalR.Tests (2)
AddSignalRTests.cs (1)
214public string GetUserId(HubConnectionContext connection)
HubConnectionHandlerTests.cs (1)
5411public string GetUserId(HubConnectionContext connection) => _getUserId(connection);
1 reference to GetUserId
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
578UserIdentifier = userIdProvider.GetUserId(this);