The base class does nothing here. Descendant classes should implement this function by encoding the message in a byte array and send it using the SendSocketData method.
[Visual Basic] Overridable Public Sub SendMessage( _ ByVal message As NetworkMessage _ ) _