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