Click to return to the XML (Extensible Markup Language) home page    
XMLHttpRequest abort Meth...     XMLHttpRequest getRespons...     XMLHttpRequest Object    
Web Workshop  |  XML (Extensible Markup Language)

getAllResponseHeaders Method


Retrieves the values of all the HTTP headers.

Syntax

strValue = oXMLHttpRequest.getAllResponseHeaders()

Returns

String containing the resulting header information.

Remarks

Each header name/value pair is separated by a combination carriage return-linefeed character (vbCrLf in Microsoft® Visual Basic®).

The results of this method are valid only after the send method has been successfully completed.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLHttpRequest

See Also

getResponseHeader, setRequestHeader



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.