Show / Hide Table of Contents

    Class BackgroundTransferInfo

    Information about a background transfer.

    Inheritance
    Object
    BackgroundTransferInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.BackgroundTransfer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public sealed class BackgroundTransferInfo

    Constructors

    | Improve this Doc View Source

    BackgroundTransferInfo(BackgroundTransferStatus, String, Nullable<Int64>)

    Initializes a new instance of the BackgroundTransferInfo class.

    Declaration
    public BackgroundTransferInfo(BackgroundTransferStatus status, string fileName, long? transferred)
    Parameters
    Type Name Description
    BackgroundTransferStatus status

    The status of the transfer.

    String fileName

    The full target file name.

    Nullable<Int64> transferred

    The number of transferred bytes.

    Properties

    | Improve this Doc View Source

    FileName

    Gets the target file name (with path).

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Status

    Gets the status of the transfer.

    Declaration
    public BackgroundTransferStatus Status { get; }
    Property Value
    Type Description
    BackgroundTransferStatus
    | Improve this Doc View Source

    Transferred

    Gets the number of transferred bytes.

    Declaration
    public long? Transferred { get; }
    Property Value
    Type Description
    Nullable<Int64>
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.