1 implementation of IHubContext
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext`T.cs (1)
9
internal sealed class HubContext<THub, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] T> :
IHubContext
<THub, T>
1 reference to IHubContext
Microsoft.AspNetCore.SignalR.Core (1)
SignalRDependencyInjectionExtensions.cs (1)
46
services.TryAddSingleton(typeof(
IHubContext
<,>), typeof(HubContext<,>));