Show / Hide Table of Contents

    Interface IFtpCommandHandlerInformation

    Information about an FTP command handler.

    Inherited Members
    IFtpCommandInformation.Name
    IFtpCommandInformation.IsLoginRequired
    IFtpCommandInformation.IsAbortable
    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpCommandHandlerInformation : IFtpCommandInformation

    Properties

    | Improve this Doc View Source

    IsExtensible

    Gets a value indicating whether this command is extensible.

    Declaration
    bool IsExtensible { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Type

    Gets the type of the FTP command handler.

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