Show / Hide Table of Contents

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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX