Show / Hide Table of Contents

    Interface IUploadFileInformation

    Inherited Members
    IFileTransferInformation.GetPercentage()
    IFileTransferInformation.IsExpired()
    IFileTransferInformation.ChunkIndicatorsTrue()
    IFileTransferInformation.CleanUp()
    IFileTransferInformation.Delete()
    IFileTransferInformation.IsCompleted
    IFileTransferInformation.DfsHash
    IFileTransferInformation.MaxChunk
    IFileTransferInformation.CorrelationId
    IFileTransferInformation.TempPath
    IFileTransferInformation.FileOutputPath
    IFileTransferInformation.RecipientChannel
    IFileTransferInformation.RecipientId
    IFileTransferInformation.PeerId
    IFileTransferInformation.CancellationToken
    IFileTransferInformation.Initialised
    IFileTransferInformation.UpdateChunkIndicator(UInt32, Boolean)
    IFileTransferInformation.Expire()
    System.IDisposable.Dispose()
    Namespace: Catalyst.Abstractions.FileTransfer
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IUploadFileInformation : IFileTransferInformation, IDisposable

    Properties

    | Improve this Doc View Source

    RetryCount

    Gets or sets the retry count.

    Declaration
    int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The retry count.

    Methods

    | Improve this Doc View Source

    CanRetry()

    Retries the upload.

    Declaration
    bool CanRetry()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetUploadMessageDto(UInt32)

    Gets the upload message.

    Declaration
    IMessageDto<ProtocolMessage> GetUploadMessageDto(uint chunkId)
    Parameters
    Type Name Description
    System.UInt32 chunkId

    The chunk identifier.

    Returns
    Type Description
    IMessageDto<ProtocolMessage>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network