Namespace SuperOffice.Messaging.Messages
Classes
SoAcknowledgeMessage
Message sent as a responce to SoAliveMessage providing information about the current client (e.g. implementation of SoMessageHandler).
SoAcknowledgeMessageSerializer
Serializer for SoAcknowledgeMessage.
SoAliveMessage
Body of alive messages sent to request SoAcknowledgeMessage with details of the other clients participating on the message bus.
SoAliveMessageSerializer
Serializer for SoAliveMessage.
SoMessageHeader
This is the first and current version of the SuperOffice Network header and immidiatly precedes the SoMessagePreHeader.
SoMessagePreHeader
This class represents the first part of the SuperOffice network header.
Newer versions of SuperOffice Network headers shall always inherit from
this one, so it is deterministic how to descide wich version of the header that is used.
SoMessageSerializer
Base implementation for message serializers.
SoMessageSerializerAttribute
SoTestMessage
Test message containing a simple string.
SoTestMessageSerializer
Serializer for SoTestMessage
Interfaces
ISoMessageSerializer
Plug-in inmterface to be implemented by message serializers. Standard serialization is implemented by the SoMessageSerializer base class.
Enums
SoMessageType
Type of message.