Back to product page

Abort method


Aborts current request.

Type

None

Syntax

  • Basic
object.Abort
The Abort(object) syntax has these parts:
objectAn 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.

Platforms

Windows