1 instantiation of MockHubConnectionContext
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
HubConnectionContextUtils.cs (1)
39return new MockHubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance);
1 reference to MockHubConnectionContext
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
HubConnectionContextUtils.cs (1)
31public static MockHubConnectionContext CreateMock(ConnectionContext connection)