IXMLHTTPRequest2::Abort method (msxml6.h)

Cancels the current HTTP request.

Syntax

HRESULT Abort();

Return value

Returns S_OK on success.

Remarks

After a request is aborted, the object representing the request is no longer valid.

This method is not guarantee to cancel a request. The app must still wait for to receive the OnError callback method that indicates the request was successfully aborted or the OnResponseReceived callback method that indicates the request was completed before the abort can be processed.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps],MSXML 6.0 and later
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header msxml6.h

See also

IXMLHTTPRequest2