XML DOM » HttpRequest » responseStream

Syntax:
httpRequest.responseStream

This property represents the response entity body as an IStream.

This stream returns 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).