3 references to HubContext
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
99
new
HubContext
<THub>(lifetimeManager),
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
BroadcastBenchmark.cs (1)
58
_hubContext = new
HubContext
<Hub>(_hubLifetimeManager);
DefaultHubDispatcherBenchmark.cs (1)
35
new
HubContext
<TestHub>(hubLifetimeManager),