5 references to InheritedHub
Microsoft.AspNetCore.SignalR.Tests (5)
HubConnectionHandlerTests.cs (5)
1096var connectionHandler = serviceProvider.GetService<HubConnectionHandler<InheritedHub>>(); 1184var connectionHandler = serviceProvider.GetService<HubConnectionHandler<InheritedHub>>(); 1190var result = (await client.InvokeAsync(nameof(InheritedHub.BaseMethod), "string").DefaultTimeout()).Result; 1209var connectionHandler = serviceProvider.GetService<HubConnectionHandler<InheritedHub>>(); 1215var result = (await client.InvokeAsync(nameof(InheritedHub.VirtualMethod), 10).DefaultTimeout()).Result;