Show / Hide Table of Contents

    Interface IFtpCommandHandlerExtensionHost

    Interface indicating that a command handler can act as an extension host.

    Inherited Members
    IFtpCommandHandler.IsLoginRequired
    IFtpCommandHandler.IsAbortable
    IFtpCommandHandler.GetExtensions()
    IFtpCommandBase.Names
    IFtpCommandBase.Process(FtpCommand, CancellationToken)
    IFeatureHost.GetSupportedFeatures(IFtpConnection)
    Namespace: FubarDev.FtpServer.CommandHandlers
    Assembly: FubarDev.FtpServer.Commands.dll
    Syntax
    public interface IFtpCommandHandlerExtensionHost : IFtpCommandHandler, IFtpCommandBase, IFeatureHost

    Properties

    | Improve this Doc View Source

    Extensions

    Gets or sets the extensions hosted by the FtpCommandHandler.

    Declaration
    IDictionary<string, IFtpCommandHandlerExtension> Extensions { get; set; }
    Property Value
    Type Description
    IDictionary<String, IFtpCommandHandlerExtension>
    • 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.