Partager via


status Property (IXMLHTTPRequest)

Represents the HTTP status code returned by a request.

lValue = oXMLHttpRequest.status;

HRESULT get_status(
  long* plStatus
);

General Remarks

It represents the returned status code as a long integer. This value is valid only after the send method returns successfully.

The property is read-only, and applies to the following interface:

IXMLHTTPRequest

See Also

send Method | statusText Property

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.