Microsoft XML 2.5 SDK


 

responseStream Property

[This is preliminary documentation and subject to change.]

Represents the response entity body as an IStream. This stream returns the raw un-decoded bytes as received directly from the server. So depending on what the server sent, this may appear as binary-encoded data (UTF-8, UCS-2, UCS-4, shiftJis, and so on).

Syntax

objValue = oXMLHttpRequest.responseStream

Remarks

Variant. The property is read-only. This property represents only one of several forms in which the HTTP response can be returned.

Applies To

XMLHttpRequest

See Also

responseBody, responseText, responseXML