Show / Hide Table of Contents

    Interface IFtpConnectionKeepAlive

    Interface to ensure that a connection keeps alive.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    [Obsolete("Use the IFtpConnectionStatusCheck feature instead.")]
    public interface IFtpConnectionKeepAlive

    Properties

    | Improve this Doc View Source

    IsAlive

    Gets a value indicating whether the connection is still alive.

    Declaration
    [Obsolete("Use the IFtpConnectionStatusCheck feature instead.")]
    bool IsAlive { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsInDataTransfer

    Gets or sets a value indicating whether a data transfer is active.

    Declaration
    [Obsolete("Use the IFtpConnectionEventHost feature to publish events.")]
    bool IsInDataTransfer { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    LastActivityUtc

    Gets the time of last activity (UTC).

    Declaration
    [Obsolete("This has never been useful.")]
    DateTime LastActivityUtc { get; }
    Property Value
    Type Description
    DateTime

    Methods

    | Improve this Doc View Source

    KeepAlive()

    Ensure that the connection keeps alive.

    Declaration
    [Obsolete("Use the IFtpConnectionEventHost feature to publish events.")]
    void KeepAlive()
    • 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.