public virtual void ResumeDownload(
long offset
)Public Overridable Sub ResumeDownload (
offset As Long
)public:
virtual void ResumeDownload(
long long offset
)abstract ResumeDownload :
offset : int64 -> unit
override ResumeDownload :
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).