Download |
public class DownloadService : AbstractDownloadService
The DownloadService type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadService | Initializes a new instance of the DownloadService class | |
| DownloadService(DownloadConfiguration) | Initializes a new instance of the DownloadService class |
| Name | Description | |
|---|---|---|
| IsBusy | (Inherited from AbstractDownloadService) | |
| IsCancelled | (Inherited from AbstractDownloadService) | |
| IsPaused | (Inherited from AbstractDownloadService) | |
| Options | (Inherited from AbstractDownloadService) | |
| Package | (Inherited from AbstractDownloadService) | |
| Status | (Inherited from AbstractDownloadService) |
| Name | Description | |
|---|---|---|
| ChunkDownloadProgressChanged | (Inherited from AbstractDownloadService) | |
| DownloadFileCompleted | (Inherited from AbstractDownloadService) | |
| DownloadProgressChanged | (Inherited from AbstractDownloadService) | |
| DownloadStarted | (Inherited from AbstractDownloadService) |
| Name | Description | |
|---|---|---|
| _bandwidth | (Inherited from AbstractDownloadService) | |
| _chunkHub | (Inherited from AbstractDownloadService) | |
| _globalCancellationTokenSource | (Inherited from AbstractDownloadService) | |
| _logger | (Inherited from AbstractDownloadService) | |
| _parallelSemaphore | (Inherited from AbstractDownloadService) | |
| _pauseTokenSource | (Inherited from AbstractDownloadService) | |
| _requestInstances | (Inherited from AbstractDownloadService) | |
| _singleInstanceSemaphore | (Inherited from AbstractDownloadService) | |
| _taskCompletion | (Inherited from AbstractDownloadService) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |