StreamInvocationMessage 类

定义

表示流式调用的中心消息。

public ref class StreamInvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMethodInvocationMessage
public class StreamInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
type StreamInvocationMessage = class
    inherit HubMethodInvocationMessage
Public Class StreamInvocationMessage
Inherits HubMethodInvocationMessage
继承

构造函数

StreamInvocationMessage(String, String, Object[])

初始化 StreamInvocationMessage 类的新实例。

StreamInvocationMessage(String, String, Object[], String[])

初始化 StreamInvocationMessage 类的新实例。

属性

Arguments

获取目标方法参数。

(继承自 HubMethodInvocationMessage)
Headers

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

(继承自 HubInvocationMessage)
InvocationId

获取调用 ID。

(继承自 HubInvocationMessage)
StreamIds

目标方法流 ID。

(继承自 HubMethodInvocationMessage)
Target

获取目标方法名称。

(继承自 HubMethodInvocationMessage)

方法

ToString()

表示流式调用的中心消息。

适用于