ConnectionMessage Structure
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
A message sent to one or more connections.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ConnectionMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionMessage(IList<String>, Object) | |
![]() | ConnectionMessage(String, Object) | Initializes a new instance of the ConnectionMessage class. |
![]() | ConnectionMessage(IList<String>, Object, IList<String>) | |
![]() | ConnectionMessage(String, Object, IList<String>) | Initializes a new instance of the ConnectionMessage class. |
| Name | Description | |
|---|---|---|
![]() | ExcludedSignals | Represents a list of signals that should be used to filter what connections receive this message. |
![]() | Signal | The signal to this message should be sent to. Connections subscribed to this signal will receive the message payload. |
![]() | Signals | A list of signals this message should be delivered to. If this is used the Signal cannot be used. |
![]() | Value | The payload of the message. |
Show:
