Represents the HTTP response line status.
Visual Basic Syntax
strValue = oXMLHttpRequest.statusText
C/C++ Syntax
HRESULT get_statusText(
BSTR *pbstrVal);
Parameters
pbstrVal
[out]
HTTP response as a BSTR value.
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The results of this method are valid only after the send method has been successfully completed.
See Also