Show / Hide Table of Contents

    Interface IFtpCommandHandlerExtension

    Interface for command handler extensions.

    Inherited Members
    IFtpCommandBase.Names
    IFtpCommandBase.Process(FtpCommand, CancellationToken)
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpCommandHandlerExtension : IFtpCommandBase

    Properties

    | Improve this Doc View Source

    ExtensionFor

    Gets a name of the command this extension is for.

    Declaration
    [Obsolete("Use the FtpCommandHandlerExtensionAttribute together with an additional IFtpCommandHandlerExtensionScanner.")]
    string ExtensionFor { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IsLoginRequired

    Gets a value indicating whether a login is required to execute this command.

    Declaration
    [Obsolete("Use the FtpCommandHandlerExtensionAttribute together with an additional IFtpCommandHandlerExtensionScanner.")]
    bool? IsLoginRequired { get; }
    Property Value
    Type Description
    Nullable<Boolean>

    Methods

    | Improve this Doc View Source

    InitializeConnectionData()

    Called to initialize the connection data.

    Declaration
    void InitializeConnectionData()
    • 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.