restRespBodySize (Function) |
Top Previous Next |
This function will return the size of the body content in the response.
Input: resp : SYSHANDLE A handle to the response.
Returns: DINT
Declaration: FUNCTION restRespBodySize : DINT;
Example: Please see the "Examples - REST Basic Authentication Example"
|