- Message
Message
Namespace: Shared.Communication
Assembly: SharedLib
Custom message used in communicationConstructors
Properties
ClientID | Get Client ID of the connection as set by the server |
Type | Get/Set the type of message |
Title | Get/Set the title of the message |
Contents | Get/Set the content of the message |
Methods
SetClientID(String) | Methods used internally to set the client id |
Command(String, String) | Creates a Command Message |
FeatureNotSupported(String) | Creates a Error Message for Feature Not Supported |
FileToStringMessage(String) | |
StringToMessage(String) | |
StringArrayToMessage(Char[]) | Converts string array to message |
MessageToStringArray(Shared.Communication.Message) | Converts message to string array |
CharToMessageType(Char) | Gets the message type |
MessageTypeToChar(Shared.Communication.MessageType) | Converts message type to char |