HubMethodInvocationMessage Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for hub messages representing an invocation.
public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
C#
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
- Inheritance
- Derived
Hub |
Initializes a new instance of the HubMethodInvocationMessage class. |
Hub |
Initializes a new instance of the HubMethodInvocationMessage class. |
Arguments |
Gets the target method arguments. |
Headers |
Gets or sets a name/value collection of headers. (Inherited from HubInvocationMessage) |
Invocation |
Gets the invocation ID. (Inherited from HubInvocationMessage) |
Stream |
The target methods stream IDs. |
Target |
Gets the target method name. |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |