19 references to HubConnectionContextUtils
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
51await _manager2.OnConnectedAsync(HubConnectionContextUtils.Create(client.Connection, protocol, userId));
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (4)
RedisHubLifetimeManagerTests.cs (4)
64var connection1 = HubConnectionContextUtils.Create(client1.Connection); 65var connection2 = HubConnectionContextUtils.Create(client2.Connection); 114var connection = HubConnectionContextUtils.Create(client.Connection); 137var connection = HubConnectionContextUtils.Create(client.Connection);
Microsoft.AspNetCore.SignalR.Tests (14)
DefaultHubLifetimeManagerTests.cs (14)
30var connection1 = HubConnectionContextUtils.Create(client1.Connection); 31var connection2 = HubConnectionContextUtils.Create(client2.Connection); 56var connection1 = HubConnectionContextUtils.Create(client1.Connection); 57var connection2 = HubConnectionContextUtils.Create(client2.Connection); 78var connection1 = HubConnectionContextUtils.Create(client1.Connection); 96var connection1 = HubConnectionContextUtils.Create(client1.Connection); 114var connection1 = HubConnectionContextUtils.Create(client1.Connection); 134var connection1 = HubConnectionContextUtils.Create(client1.Connection); 135var connection2 = HubConnectionContextUtils.Create(client2.Connection); 158var connection1 = HubConnectionContextUtils.Create(client1.Connection); 178var connection1 = HubConnectionContextUtils.Create(client1.Connection, userIdentifier: "user"); 179var connection2 = HubConnectionContextUtils.Create(client2.Connection, userIdentifier: "user"); 204var connection1 = HubConnectionContextUtils.Create(client1.Connection, userIdentifier: "user1"); 205var connection2 = HubConnectionContextUtils.Create(client2.Connection, userIdentifier: "user2");