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