Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation