char * Request(char *item, int *size, int format = wxCF_TEXT)
Called by the client application to request data from the server. Causes the server connection's wxConnection::OnRequest member to be called. Returns a character string (actually a pointer to the connection's buffer) if successful, NULL otherwise.