19 references to Create
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); 60var connection1 = HubConnectionContextUtils.Create(client1.Connection); 61var connection2 = HubConnectionContextUtils.Create(client2.Connection); 86var connection1 = HubConnectionContextUtils.Create(client1.Connection); 108var connection1 = HubConnectionContextUtils.Create(client1.Connection); 130var connection1 = HubConnectionContextUtils.Create(client1.Connection); 154var connection1 = HubConnectionContextUtils.Create(client1.Connection); 155var connection2 = HubConnectionContextUtils.Create(client2.Connection); 182var connection1 = HubConnectionContextUtils.Create(client1.Connection); 206var connection1 = HubConnectionContextUtils.Create(client1.Connection, userIdentifier: "user"); 207var connection2 = HubConnectionContextUtils.Create(client2.Connection, userIdentifier: "user"); 236var connection1 = HubConnectionContextUtils.Create(client1.Connection, userIdentifier: "user1"); 237var connection2 = HubConnectionContextUtils.Create(client2.Connection, userIdentifier: "user2");