Skip to content

RCONMessage ​

A message sent to or received from an RCON server.

Kind: Class

Namespace: ConnectorLib.RCON

Public Constructors

RCONMessage(string type, string content)

Creates a new instance of the ConnectorLib.RCON.RCONMessage class.

RCONMessage(int id, string type, string message)

Creates a new instance of the ConnectorLib.RCON.RCONMessage class.

Properties

static

Lazy

Dummy

[get, ]

A dummy message with an identifier of 0 and a message of "Response".

int

Identifier

[get, set]

Identifier for the message.

string

Type

[get, set]

Type of the message, e.g. "Command", "Response", "Error".

string

Message

[get, set]

Content of the message.

string

Stacktrace

[get, set]

Stacktrace of the message, if applicable.

bool

IsDummy

[get, ]

Indicates whether this message is a dummy message.