6 types derived from Hub
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
Hubs.cs (1)
175public class TestHubT : Hub<ITestHub>
Microsoft.AspNetCore.SignalR.Tests (4)
AddSignalRTests.cs (1)
204public class CustomTHub : Hub<string>
HubConnectionHandlerTestUtils\Hubs.cs (3)
486public class HubT : Hub<ITest> 990public class SimpleVoidReturningTypedHub : Hub<IVoidReturningTypedHubClient> 1000public class SimpleTypedHub : Hub<ITypedHubClient>
SignalRSamples (1)
Hubs\HubTChat.cs (1)
8public class HubTChat : Hub<IChatClient>
3 references to Hub
Microsoft.AspNetCore.SignalR.Core (2)
IHubContext`T.cs (1)
12where THub : Hub<T>
Internal\HubContext`T.cs (1)
10where THub : Hub<T>
Microsoft.AspNetCore.SignalR.Tests (1)
AddSignalRTests.cs (1)
251where THub : Hub<T>