Show / Hide Table of Contents

    Class DownloadFileTransferFactory

    Handles the download file transfer

    Inheritance
    System.Object
    BaseFileTransferFactory<IDownloadFileInformation>
    DownloadFileTransferFactory
    Implements
    IDownloadFileTransferFactory
    IFileTransferFactory<IDownloadFileInformation>
    Inherited Members
    BaseFileTransferFactory<IDownloadFileInformation>.Logger
    BaseFileTransferFactory<IDownloadFileInformation>.Keys
    BaseFileTransferFactory<IDownloadFileInformation>.RegisterTransfer(IDownloadFileInformation)
    BaseFileTransferFactory<IDownloadFileInformation>.FileTransferAsync(ICorrelationId, CancellationToken)
    BaseFileTransferFactory<IDownloadFileInformation>.GetFileTransferInformation(ICorrelationId)
    BaseFileTransferFactory<IDownloadFileInformation>.Remove(IDownloadFileInformation, Boolean)
    BaseFileTransferFactory<IDownloadFileInformation>.EnsureKeyExists(ICorrelationId)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.FileTransfer
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class DownloadFileTransferFactory : BaseFileTransferFactory<IDownloadFileInformation>, IDownloadFileTransferFactory, IFileTransferFactory<IDownloadFileInformation>

    Constructors

    | Improve this Doc View Source

    DownloadFileTransferFactory(ILogger)

    Declaration
    public DownloadFileTransferFactory(ILogger logger)
    Parameters
    Type Name Description
    ILogger logger

    Methods

    | Improve this Doc View Source

    DoTransferAsync(IDownloadFileInformation)

    Declaration
    protected override Task DoTransferAsync(IDownloadFileInformation fileTransferInformation)
    Parameters
    Type Name Description
    IDownloadFileInformation fileTransferInformation
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Catalyst.Core.Lib.FileTransfer.BaseFileTransferFactory<Catalyst.Abstractions.FileTransfer.IDownloadFileInformation>.DoTransferAsync(Catalyst.Abstractions.FileTransfer.IDownloadFileInformation)
    | Improve this Doc View Source

    DownloadChunk(TransferFileBytesRequest)

    Declaration
    public FileTransferResponseCodeTypes DownloadChunk(TransferFileBytesRequest transferFileBytesRequest)
    Parameters
    Type Name Description
    TransferFileBytesRequest transferFileBytesRequest
    Returns
    Type Description
    FileTransferResponseCodeTypes

    Implements

    IDownloadFileTransferFactory
    IFileTransferFactory<T>

    See Also

    BaseFileTransferFactory<T>
    IDownloadFileTransferFactory
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network