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