This topic has not yet been rated - Rate this topic

getAllResponseHeaders method

Returns the complete list of response headers.

Syntax


 retVal = object.getAllResponseHeaders();

Parameters

This method has no parameters.

Standards information

Remarks

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

Each name/value pair is delimited by a carriage return/line feed (CR/LF) sequence.

See also

IHTMLXMLHttpRequest::getResponseHeader

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.