Contents

send

Sends the request.

Declaration

void send(
    in Object dataToSend
);
void send();

Parameters

  • dataToSend:

    The data sent.

Discussion

For asynchronous requests, this function immediately returns control back to the app. Synchronous requests don’t return control back to the app until the response has arrived.

See Also

Initializing and Sending a Request