Click or drag to resize

DownloadService Methods

The DownloadService type exposes the following members.

Methods
 NameDescription
Public methodAddLogger
(Inherited from AbstractDownloadService)
Public methodCancelAsync
(Inherited from AbstractDownloadService)
Public methodCancelTaskAsync
(Inherited from AbstractDownloadService)
Public methodClear
(Inherited from AbstractDownloadService)
Public methodDispose
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(DownloadPackage, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(DownloadPackage, String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(DownloadPackage, String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, DirectoryInfo, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, DirectoryInfo, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodDownloadFileTaskAsync(String, String, CancellationToken)
(Inherited from AbstractDownloadService)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInitialDownloader
(Inherited from AbstractDownloadService)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnChunkDownloadProgressChanged
(Inherited from AbstractDownloadService)
Protected methodOnDownloadFileCompleted
(Inherited from AbstractDownloadService)
Protected methodOnDownloadStarted
(Inherited from AbstractDownloadService)
Public methodPause
(Inherited from AbstractDownloadService)
Public methodResume
(Inherited from AbstractDownloadService)
Protected methodStartDownload
(Overrides AbstractDownloadServiceStartDownload)
Protected methodStartDownload(String)
(Inherited from AbstractDownloadService)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also