Sends an XMLNode without any further processing to the server.
void sendRawXML(XMLNode node) { final string = node.toXml(); _log.finest('==> $string'); _socket.write(string); }