public override void ResumeNextDownload(
long offset
)Public Overrides Sub ResumeNextDownload (
offset As Long
)public:
virtual void ResumeNextDownload(
long long offset
) overrideabstract ResumeNextDownload :
offset : int64 -> unit
override ResumeNextDownload :
offset : int64 -> unit This resume method allows the resume offset to be set explicitly for downloads. Offset bytes are skipped before downloading the file.
Currently resume is only supported for BINARY transfers (which is generally what it is most useful for).
If the next transfer is an upload, this setting is cancelled.