Show / Hide Table of Contents

    Class DefaultFtpCommandHandlerProvider

    Default implementation of IFtpCommandHandlerProvider.

    Inheritance
    Object
    DefaultFtpCommandHandlerProvider
    Implements
    IFtpCommandHandlerProvider
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class DefaultFtpCommandHandlerProvider : IFtpCommandHandlerProvider

    Constructors

    | Improve this Doc View Source

    DefaultFtpCommandHandlerProvider(IEnumerable<IFtpCommandHandlerScanner>, Nullable<ILogger<DefaultFtpCommandHandlerProvider>>)

    Initializes a new instance of the DefaultFtpCommandHandlerProvider class.

    Declaration
    public DefaultFtpCommandHandlerProvider(IEnumerable<IFtpCommandHandlerScanner> scanners, ILogger<DefaultFtpCommandHandlerProvider>? logger = default(ILogger<DefaultFtpCommandHandlerProvider>? ))
    Parameters
    Type Name Description
    IEnumerable<IFtpCommandHandlerScanner> scanners

    The scanners to search for FTP command handlers.

    Nullable<ILogger<DefaultFtpCommandHandlerProvider>> logger

    The logger.

    Properties

    | Improve this Doc View Source

    CommandHandlers

    Gets the information for all command handlers.

    Declaration
    public IEnumerable<IFtpCommandHandlerInformation> CommandHandlers { get; }
    Property Value
    Type Description
    IEnumerable<IFtpCommandHandlerInformation>

    Implements

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