HttpRequest.responseBody
The responseBody property is read-only and represents the response entity body as an
array of unsigned bytes, namely a SAFEARRAY of type VT_ARRAY | VTUI1. This contains the raw,
uncoded bytes as received from the server. So, depending on the server, this may appear as
binary-encoded data (UTF-8, UCS-2, UCS-4, shiftJis, etc).
|