Abstract |
public abstract class AbstractDownloadService : IDownloadService, IDisposable
The AbstractDownloadService type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractDownloadService | Initializes a new instance of the AbstractDownloadService class |
| Name | Description | |
|---|---|---|
| ChunkDownloadProgressChanged | ||
| DownloadFileCompleted | ||
| DownloadProgressChanged | ||
| DownloadStarted |
| Name | Description | |
|---|---|---|
| _bandwidth | ||
| _chunkHub | ||
| _globalCancellationTokenSource | ||
| _logger | ||
| _parallelSemaphore | ||
| _pauseTokenSource | ||
| _requestInstances | ||
| _singleInstanceSemaphore | ||
| _taskCompletion |
| 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) |