1 type derived from HubDispatcher
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
21
internal sealed partial class DefaultHubDispatcher<[DynamicallyAccessedMembers(Hub.DynamicallyAccessedMembers)] THub> :
HubDispatcher
<THub> where THub : Hub
5 references to HubDispatcher
Microsoft.AspNetCore.SignalR.Core (5)
HubConnectionHandler.cs (1)
29
private readonly
HubDispatcher
<THub> _dispatcher;
Internal\DefaultHubDispatcher.cs (1)
29
private readonly ILogger<
HubDispatcher
<THub>> _logger;
Internal\HubConnectionBinder.cs (2)
10
private readonly
HubDispatcher
<THub> _dispatcher;
14
public HubConnectionBinder(
HubDispatcher
<THub> dispatcher, HubLifetimeManager<THub> lifetimeManager, HubConnectionContext connection)
SignalRDependencyInjectionExtensions.cs (1)
31
services.TryAddSingleton(typeof(
HubDispatcher
<>), typeof(DefaultHubDispatcher<>));