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