Description
-
Aborts current request.
Return Type
-
None
Syntax
-
object.Abort
The Abort Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodHttpDLX. |
Remarks
-
This method will abort any ongoing requests.
Done event will
fire with ErrorCode set to 30042 "Aborted by user." error.
wodHttpDLX will not abort immediately when this method is called,
but in very short period after calling it. You can try to resume
download later on, by setting Request.Resume
property to True.
|