Microsoft XML 2.5 SDK


 

IXMLHttpRequest::abort Method

[This is preliminary documentation and subject to change.]

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

readyState