Show / Hide Table of Contents

    Interface IFtpConnectionCheck

    Check if the connection is usable/connected/not idle.

    Namespace: FubarDev.FtpServer.ConnectionChecks
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpConnectionCheck

    Methods

    | Improve this Doc View Source

    Check(FtpConnectionCheckContext)

    Check if the connection is usable.

    Declaration
    FtpConnectionCheckResult Check(FtpConnectionCheckContext context)
    Parameters
    Type Name Description
    FtpConnectionCheckContext context

    The FTP connection check context.

    Returns
    Type Description
    FtpConnectionCheckResult

    FtpConnectionCheckResult that contains the result of the check.

    • 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.