2 types derived from HubMethodInvocationMessage
Microsoft.AspNetCore.SignalR.Common (2)
11 references to HubMethodInvocationMessage
Microsoft.AspNetCore.SignalR.Common (2)
Microsoft.AspNetCore.SignalR.Core (9)
Internal\DefaultHubDispatcher.cs (7)
283HubMethodInvocationMessage hubMethodInvocationMessage, bool isStreamResponse)
319HubMethodInvocationMessage hubMethodInvocationMessage, bool isStreamResponse, bool isStreamCall)
392HubMethodInvocationMessage hubMethodInvocationMessage,
492private static ValueTask CleanupInvocation(HubConnectionContext connection, HubMethodInvocationMessage hubMessage, IHubActivator<THub>? hubActivator,
512IHubActivator<THub> hubActivator, THub hub, CancellationTokenSource? streamCts, HubMethodInvocationMessage hubMethodInvocationMessage, HubMethodDescriptor descriptor)
691HubMethodInvocationMessage hubMethodInvocationMessage, HubConnectionContext connection)
718private void ReplaceArguments(HubMethodDescriptor descriptor, HubMethodInvocationMessage hubMethodInvocationMessage, bool isStreamCall,