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