3 references to HubConnectionContext
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
134var connectionContext = new HubConnectionContext(connection, contextOptions, _loggerFactory)
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
24return new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance) 45: base(connectionContext, contextOptions, loggerFactory)