responseStream - property of the HttpRequest object
Description:
Represents the message body as IStream.
This
stream returns the raw undecoded bytes as received directly from server. Depending on what the server sent, this can appear as binary-encoded data.
Syntax:
Variant responseStream
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
oStream = oReq.responseStream;
oStream = oReq.responseStream