1 write to HubMethod
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
28HubMethod = hubMethod;
2 references to HubMethod
Microsoft.AspNetCore.SignalR.Core (2)
HubInvocationContext.cs (1)
52public string HubMethodName => HubMethod.Name;
Internal\DefaultHubDispatcher.cs (1)
62return ExecuteMethod(invocationContext.HubMethod.Name, invocationContext.Hub, arguments);