getOutputBufferSize function

Returns the size, in bytes, of the output buffer used to store data before it is sent to the MobiLink server.

Syntax
int StreamHTTPParms.getOutputBufferSize()
Remarks

Increasing this value may reduce the number of network flushes needed to send a large upload at the cost of increased memory use. In HTTP, each flush sends a large (approximately 250 bytes) HTTP header; reducing the number of flushes can reduce the bandwidth use.

See also
Returns

The integer containing the buffer size.