Delegate FileHelper.DownloadChunkError
This error occur each time a chunk is fail to download
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void FileHelper.DownloadChunkError(int currentChunk, string url, string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentChunk | |
| string | url | |
| string | filename |