Delegate FileHelper.UploadChunkError
This is the delegate to received a chunk error
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void FileHelper.UploadChunkError(string fileName, long chunkSize, string contentType, string url, long bytesLength, Exception error)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name |
| long | chunkSize | The chunck size |
| string | contentType | The content type |
| string | url | The url |
| long | bytesLength | The total number of index |
| Exception | error | The exception generate |