HubMethodInvocationMessage 类

定义

表示调用的中心消息的基类。

public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
    inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
继承
HubMethodInvocationMessage
派生

构造函数

HubMethodInvocationMessage(String, String, Object[])

初始化 HubMethodInvocationMessage 类的新实例。

HubMethodInvocationMessage(String, String, Object[], String[])

初始化 HubMethodInvocationMessage 类的新实例。

属性

Arguments

获取目标方法参数。

Headers

获取或设置标头的名称/值集合。

(继承自 HubInvocationMessage)
InvocationId

获取调用 ID。

(继承自 HubInvocationMessage)
StreamIds

目标方法流式传输 ID。

Target

获取目标方法名称。

适用于