9 references to HubConnectionContext
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
134
var connectionContext = new
HubConnectionContext
(connection, contextOptions, _loggerFactory)
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
BroadcastBenchmark.cs (1)
50
var hubConnection = new
HubConnectionContext
(connection, contextOptions, NullLoggerFactory.Instance);
DefaultHubDispatcherBenchmark.cs (1)
88
:
base
(connectionContext, contextOptions, loggerFactory)
DefaultHubLifetimeManagerBenchmark.cs (1)
55
var hubConnectionContext = new
HubConnectionContext
(connectionContext, contextOptions, NullLoggerFactory.Instance);
HubConnectionContextBenchmark.cs (1)
46
_hubConnectionContext = new
HubConnectionContext
(connection, contextOptions, NullLoggerFactory.Instance);
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
24
return new
HubConnectionContext
(connection, contextOptions, NullLoggerFactory.Instance)
45
:
base
(connectionContext, contextOptions, loggerFactory)
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
HubConnectionContextUtils.cs (2)
24
return new
HubConnectionContext
(connection, contextOptions, NullLoggerFactory.Instance)
45
:
base
(connectionContext, contextOptions, loggerFactory)