1 write to HubMethod
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
28HubMethod = hubMethod;
3 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);
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
2318Assert.Equal(typeof(MethodHub).GetMethod(nameof(MethodHub.MultiParamAuthMethod)), resource.HubMethod);