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