7 references to TestHubT
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (7)
HubConnectionTests.Tracing.cs (6)
132"/hubT" => typeof(TestHubT).FullName, 304"/hubT" => typeof(TestHubT).FullName, 433"/hubT" => typeof(TestHubT).FullName, 530"/hubT" => typeof(TestHubT).FullName, 625"/hubT" => typeof(TestHubT).FullName, 724"/hubT" => typeof(TestHubT).FullName,
Startup.cs (1)
98endpoints.MapHub<TestHubT>("/hubT");