Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the current HTTP request.
[Script]
Script Syntax
oXMLHttpRequest.abort();
Script Parameters
None.
Script Return Value
None.
[C/C++]
C/C++ Syntax
HRESULT abort(void);
C/C++ Parameters
None.
C/C++ Return Values
- S_OK
Value returned if successful. - E_FAIL
Value returned if an error occurs.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
General Remarks
The request will be returned to the UNINITIALIZED state, and the open method must be called next.
This method applies to the following interface:
See Also
open Method | readyState Property
Send Feedback on this topic to the authors