statusText Property (IXMLHTTPRequest)
Represents the HTTP response line status.
strValue = oXMLHttpRequest.statusText;
HRESULT get_statusText(
BSTR* pbstrStatus
);
General Remarks
It represents the HTTP response as a BSTR value. This value is valid only after the send method returns successfully.
The property is read-only, and applies to the following interface:
See Also
IXMLHTTPRequest | send Method | status Property
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.