This topic has not yet been rated - Rate this topic

responseBody property

Retrieves the response body as an array of unsigned bytes.

This property is not available for Windows Store apps built for Windows using JavaScript.

Syntax

HRESULT value = object.get_responseBody(* p);

Property values

Type: VARIANT

the response body as an array of unsigned bytes.

Remarks

IHTMLXMLHttpRequest::responseBody was introduced in Windows Internet Explorer 7.

See also

Reference
IHTMLXMLHttpRequest::responseText
IHTMLXMLHttpRequest::responseXML

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.