getData() method

If the request method is POST, this method is called from the network library.

Syntax

public byte[] getData ()

Parameters

Returns

the content data of the request.

Remarks

This method will return with the content to be sent to the server.

Example 1

BaseRequest getrequest = new BaseRequest(); byte[] data = getrequest.getData();