Show / Hide Table of Contents

    Interface IFtpCommandHandlerExtensionInformation

    Interface for an FTP command handler extension.

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

    Properties

    | Improve this Doc View Source

    ExtensionOf

    Gets the FTP command handler that this one is an extension of.

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