1 write to Hub
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
26Hub = hub;
4 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);
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (1)
2309Assert.Equal(typeof(MethodHub), resource.Hub.GetType());
TestFilters.cs (1)
232var context = new HubInvocationContext(invocationContext.Context, invocationContext.ServiceProvider, invocationContext.Hub, methodInfo, invocationContext.HubMethodArguments);