Bool Execute(char *data, int size = -1, int format = wxCF_TEXT)
Called by the client application to execute a command on the server. Can also be used to transfer arbitrary data to the server (similar to wxConnection::Poke in that respect). Causes the server connection's wxConnection::OnExecute member to be called. Returns TRUE if successful.