After a socket has been opened successfully, SOS max basically displays all strings send through the specified socket.
sock = new XMLSocket();
sock.connect( "localhost" ,4444);
sock.send( "The Message!\n");