◆ FDownloadService()
◆ ~FDownloadService()
| BuildPatchServices::FDownloadService::~FDownloadService |
( |
| ) |
|
|
inline |
◆ RequestAbandon()
| virtual void BuildPatchServices::FDownloadService::RequestAbandon |
( |
int32 |
RequestId | ) |
|
|
inlineoverridevirtual |
Requests the abandoning of a requested file (cancelling without calling complete/progress handlers)
- Parameters
-
| RequestId | The id that was returned by the call to RequestFile which should be canceled. |
Implements BuildPatchServices::IDownloadService.
◆ RequestCancel()
| virtual void BuildPatchServices::FDownloadService::RequestCancel |
( |
int32 |
RequestId | ) |
|
|
inlineoverridevirtual |
Requests the cancellation of a requested file.
- Parameters
-
| RequestId | The id that was returned by the call to RequestFile which should be canceled. |
Implements BuildPatchServices::IDownloadService.
◆ RequestFile()
Starts a new request for a file.
- Parameters
-
| FileUri | The uri for the file request. For http(s), this should begin with the protocol. |
| OnCompleteDelegate | The delegate that will be called with the completed download. |
| OnProgressDelegate | The delegate that will be called with updates to the ongoing download. |
- Returns
- the request id for this download, which will match that provided to the delegates.
Implements BuildPatchServices::IDownloadService.
◆ RequestFileWithHeaders()
The documentation for this class was generated from the following file: