2 references to SimpleVoidReturningTypedHub
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (2)
244
serviceProvider.GetRequiredService<IHubContext<
SimpleVoidReturningTypedHub
, IVoidReturningTypedHubClient>>());
1533
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
SimpleVoidReturningTypedHub
), loggerFactory: LoggerFactory);