1 write to Hub
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
26
Hub
= hub;
4 references to Hub
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
60
return ExecuteMethod(invocationContext.ObjectMethodExecutor, invocationContext.
Hub
, arguments);
62
return ExecuteMethod(invocationContext.HubMethod.Name, invocationContext.
Hub
, arguments);
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (1)
2309
Assert.Equal(typeof(MethodHub), resource.
Hub
.GetType());
TestFilters.cs (1)
232
var context = new HubInvocationContext(invocationContext.Context, invocationContext.ServiceProvider, invocationContext.
Hub
, methodInfo, invocationContext.HubMethodArguments);