Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StreamItemMessage Class
Definition
- Namespace:
- Microsoft.AspNetCore.SignalR.Protocol
- Assembly:
- Microsoft.AspNetCore.SignalR.Common.dll
- Package:
- Microsoft.AspNetCore.SignalR.Common v10.0.0
- Package:
- Microsoft.AspNetCore.SignalR.Common v11.0.0-preview.4.26230.115
- Package:
- Microsoft.AspNetCore.SignalR.Common v1.0.0
- Package:
- Microsoft.AspNetCore.SignalR.Common v1.1.0
- Package:
- Microsoft.AspNetCore.SignalR.Common v3.0.3
- Package:
- Microsoft.AspNetCore.SignalR.Common v3.1.18
- Package:
- Microsoft.AspNetCore.SignalR.Common v5.0.9
- Package:
- Microsoft.AspNetCore.SignalR.Common v6.0.6
- Package:
- Microsoft.AspNetCore.SignalR.Common v7.0.5
- Package:
- Microsoft.AspNetCore.SignalR.Common v8.0.19
- Package:
- Microsoft.AspNetCore.SignalR.Common v9.0.8
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
- Source:
- StreamItemMessage.cs
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.
Represents a single item of an active stream.
public ref class StreamItemMessage : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public class StreamItemMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type StreamItemMessage = class
inherit HubInvocationMessage
Public Class StreamItemMessage
Inherits HubInvocationMessage
- Inheritance
Constructors
| Name | Description |
|---|---|
| StreamItemMessage(String, Object) |
Constructs a StreamItemMessage. |
Properties
| Name | Description |
|---|---|
| Headers |
Gets or sets a name/value collection of headers. (Inherited from HubInvocationMessage) |
| InvocationId |
Gets the invocation ID. (Inherited from HubInvocationMessage) |
| Item |
The single item from a stream. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |
Applies to
Feedback
Was this page helpful?
