getAllResponseHeaders Method (IXMLHTTPRequest)
Retrieves the values of all the HTTP headers.
strValue = oXMLHttpRequest.getAllResponseHeaders();
HRESULT getAllResponseHeaders(
BSTR* pbstrHeaders
);
General Remarks
Each header name/value pair is separated by a combination carriage return/line feed character.
The results of this method are valid only after the send method has been successfully completed.
This method applies to the following interface:
See Also
getResponseHeader Method | setRequestHeader Method | send Method
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.