2 references to InvocationMessage
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\HubMethodInvocationMessage.cs (1)
70
:
this
(null, target, arguments)
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
358
var message = new
InvocationMessage
(invocationId, methodName, args);