Abort Method (IXMLHTTPRequest2, Windows 8)

 

Cancels the current HTTP request.

C/C++ Syntax

HRESULT abort(void);  

C/C++ Return Values

S_OK
The value returned if successful.

Remarks

The object will be returned to the UNINITIALIZED state, and open method must be called next.

Versioning

Implemented in: MSXML 3.0 and later

Applies to

IXMLHTTPRequest2 (Windows 8)

See Also

readyState Property (ServerXMLHTTP-IServerXMLHTTPRequest)
IXMLHTTPRequest2 (Windows 8)