Microsoft XML 2.5 SDK


 

getAllResponseHeaders Method

[This is preliminary documentation and subject to change.]

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

XMLHttpRequest

See Also

getResponseHeader, setRequestHeader