Cancels the current HTTP request.
Visual Basic Syntax
oXMLHttpRequest.abort
C/C++ Syntax
HRESULT abort(void);
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The object will be returned to the UNINITIALIZED state, and open must be called next.
See Also