1 implementation of IHubContext
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
6internal sealed class HubContext<THub> : IHubContext, IHubContext<THub> where THub : Hub
2 references to IHubContext
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (2)
4547IHubContext context = (IHubContext)serviceProvider.GetRequiredService<IHubContext<MethodHub>>();