Click or drag to resize

ConnectionMessageType Enumeration

Indicates the message type.

Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public enum ConnectionMessageType
Members
Member nameValueDescription
Text0 The message is clear text.
Binary1 The message is in binary format.
Close2 A receive has completed because a close message was received.
See Also