1 write to Hub
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
26Hub = hub;
2 references to Hub
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
60return ExecuteMethod(invocationContext.ObjectMethodExecutor, invocationContext.Hub, arguments); 62return ExecuteMethod(invocationContext.HubMethod.Name, invocationContext.Hub, arguments);