Show / Hide Table of Contents

    Interface IFtpServerStatistics

    Statistics about the FTP server.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpServerStatistics

    Properties

    | Improve this Doc View Source

    ActiveConnections

    Gets the currently active number of connections.

    Declaration
    long ActiveConnections { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    TotalConnections

    Gets the total number of connections.

    Declaration
    long TotalConnections { get; }
    Property Value
    Type Description
    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.