PersistentResponse::Messages Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The list of messages to be sent to the receiving connection.
Gets or sets the list of messages to be sent to the receiving connection.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: property IList<ArraySegment<Message^>>^ Messages { IList<ArraySegment<Message^>>^ get (); void set (IList<ArraySegment<Message^>>^ value); }
Property Value
Type: System.Collections.Generic::IList<ArraySegment<Message>>The list of messages to be sent to the receiving connection.
Show: