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_responseText Method


Represents the response entity body as a string.

Visual Basic Syntax

strValue = oXMLHttpRequest.responseText

C/C++ Syntax

HRESULT get_responseText(
    VARIANT *pvarVal);

Parameters

pvarVal
[out] Response entity body as a string.

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, responseStream, 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.