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.