2 references to ITypedHubClient
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (1)
232var context = serviceProvider.GetRequiredService<IHubContext<SimpleTypedHub, ITypedHubClient>>();
HubConnectionHandlerTestUtils\Hubs.cs (1)
1000public class SimpleTypedHub : Hub<ITypedHubClient>