C# (CSharp) SocketIOClient.Messages Namespace

Classes

Name Description
AckMessage
DisconnectMessage Signals disconnection. If no endpoint is specified, disconnects the entire socket.
EventMessage
Message All Socket.IO messages have to be encoded before they're sent, and decoded when they're received. They all have the format of: [message type] ':' [message id ('+')] ':' [message endpoint] (':' [message data])