Share via


StreamInvocationMessage Class

Definition

A hub message representing a streaming invocation.

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
Inheritance

Constructors

StreamInvocationMessage(String, String, Object[])

Initializes a new instance of the StreamInvocationMessage class.

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

Initializes a new instance of the StreamInvocationMessage class.

Properties

Arguments

Gets the target method arguments.

(Inherited from HubMethodInvocationMessage)
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.

(Inherited from HubMethodInvocationMessage)
Target

Gets the target method name.

(Inherited from HubMethodInvocationMessage)

Methods

ToString()

Returns a string that represents the current object.

Applies to