<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > MSXML2 > MSXML2 Module Classes > ServerXMLHTTPRequest > ServerXMLHTTPRequest.Abort |
Description
Cancels the current HTTP request.
Syntax
<ServerXMLHTTPRequest>.Abort()
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
In order to abort a request it must be started in Async way
The object will be returned to the UNINITIALIZED state, and open method must be called next.
Restrictions
See also
Examples