Show / Hide Table of Contents

    Class FtpServerBuilderExtensionsForChecks

    Extension methods for IFtpServerBuilder.

    Inheritance
    Object
    FtpServerBuilderExtensionsForChecks
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public static class FtpServerBuilderExtensionsForChecks

    Methods

    | Improve this Doc View Source

    DisableChecks(IFtpServerBuilder)

    Remove all connection-related checks.

    Declaration
    public static IFtpServerBuilder DisableChecks(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

    | Improve this Doc View Source

    DisableConnectionCheck(IFtpServerBuilder)

    Removes check for the connections that tests whether the underlying TCP connection is still established.

    Declaration
    public static IFtpServerBuilder DisableConnectionCheck(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

    | Improve this Doc View Source

    DisableIdleCheck(IFtpServerBuilder)

    Removes the idle check for the connections.

    Declaration
    public static IFtpServerBuilder DisableIdleCheck(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

    | Improve this Doc View Source

    EnableConnectionCheck(IFtpServerBuilder)

    Adds check for the connections that tests whether the underlying TCP connection is still established.

    Declaration
    public static IFtpServerBuilder EnableConnectionCheck(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

    | Improve this Doc View Source

    EnableDefaultChecks(IFtpServerBuilder)

    Adds the default checks for the connection.

    Declaration
    public static IFtpServerBuilder EnableDefaultChecks(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

    | Improve this Doc View Source

    EnableIdleCheck(IFtpServerBuilder)

    Adds an idle check for the connections.

    Declaration
    public static IFtpServerBuilder EnableIdleCheck(this IFtpServerBuilder builder)
    Parameters
    Type Name Description
    IFtpServerBuilder builder

    The FTP server builder.

    Returns
    Type Description
    IFtpServerBuilder

    The same FTP server builder.

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