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