HubMethodInvocationMessage Class

Definition

A base class for hub messages representing an invocation.

C#
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
Inheritance
HubMethodInvocationMessage
Derived

Constructors

Properties

Arguments

Gets the target method arguments.

Headers

Gets or sets a name/value collection of headers.

(Inherited from HubInvocationMessage)
InvocationId

Gets the invocation ID.

(Inherited from HubInvocationMessage)
StreamIds

The target methods stream IDs.

Target

Gets the target method name.

Applies to

Product Versions
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0