HttpResponseBodyUC - cHttpClient¶
Include: Use System\Http.pkg
Returns response body bytes as UChar[].
Type: Function
Return data type: UChar[]
Parameters¶
None.
Syntax¶
Function HttpResponseBodyUC Returns UChar[]
Call¶
Get HttpResponseBodyUC of hoObj to ucBody
Description¶
For text responses, these bytes represent the same response body returned by HttpResponseBody before string conversion.