status property
Retrieves the HTTP status code of the request.
Syntax
HRESULT value = object.get_status(* p);
Property values
Type: long
The HTTP status code.
Standards information
- XMLHttpRequest, Section 3.7.1
Remarks
IHTMLXMLHttpRequest::status was introduced in Windows Internet Explorer 7.
For a complete list of HTTP status codes and their meanings, see status Property (IXMLHTTPRequest).