1 implementation of IHubContext
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
6
internal sealed class HubContext<THub> :
IHubContext
, IHubContext<THub> where THub : Hub