Message Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
No content here will be updated; please do not add material here.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Message() | Initializes a new instance of the Message class. |
![]() | Message(String, String, ArraySegment<Byte>) | |
![]() | Message(String, String, String) | Initializes a new instance of the Message class. |
| Name | Description | |
|---|---|---|
![]() | CommandId | Gets or sets the command identifier of the message. |
![]() | Encoding | The encoding of the message |
![]() | Filter | Gets or sets the message filter. |
![]() | IsAck | Gets or sets a value indicating whether the message is an acknowledge message. |
![]() | IsCommand | Gets a value indicating whether the message is a command message. |
![]() | Key | Gets or sets the key for the message. |
![]() | MappingId | The payload id. Only used in scaleout scenarios |
![]() | Source | Gets or sets the source of the message. |
![]() | StreamIndex | The stream index this message came from. Only used the scaleout scenarios. |
![]() | Value | Gets or sets the value of the message. |
![]() | WaitForAck | Gets or sets a value indicating whether the message waits for acknowledgement. |
Show:
