Click to return to the XML (Extensible Markup Language) home page    
IXMLHttpRequest::response...     IXMLHttpRequest::response...     IXMLHttpRequest Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLHttpRequest::get_responseStream Method


Represents the response entity body as an IStream.

Visual Basic Syntax

strValue = oXMLHttpRequest.responseStream

C/C++ Syntax

HRESULT get_responseStream(
    VARIANT *pvarVal);

Parameters

pvarVal
[out] Response entity body as an IStream.

C/C++ Return Value

Returns S_OK if successful, or E_PENDING if the data is unavailable.

Remarks

This property represents only one of several forms in which the HTTP response can be returned.

See Also

responseBody, responseText, responseXML



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.