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