HttpRequest.responseStream
The responseStream property is read-only and 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).
|