Message Class

Definition

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.

Applies to