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