Message Class
Definition
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.
Contains information passed between Scaffolding server and client.
public ref class Message
public class Message
type Message = class
Public Class Message
- Inheritance
-
Message
Constructors
| Message() |
Properties
| HostId |
An identifier for the sender of the message. |
| MessageType |
See MessageTypes for valid message types. |
| Payload |
Payload in json format. |
| ProtocolVersion |
The protocol version to use for communication. |
Methods
| ToString() | Returns a string that represents the current object. |