Show / Hide Table of Contents

    Class ServiceFtpCommandHandlerScanner

    Uses DI to get the FTP command handlers.

    Inheritance
    Object
    ServiceFtpCommandHandlerScanner
    Implements
    IFtpCommandHandlerScanner
    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
    [Obsolete]
    public class ServiceFtpCommandHandlerScanner : IFtpCommandHandlerScanner

    Constructors

    | Improve this Doc View Source

    ServiceFtpCommandHandlerScanner(IEnumerable<IFtpCommandHandler>, Nullable<ILogger<ServiceFtpCommandHandlerScanner>>)

    Initializes a new instance of the ServiceFtpCommandHandlerScanner class.

    Declaration
    public ServiceFtpCommandHandlerScanner(IEnumerable<IFtpCommandHandler> commandHandlers, ILogger<ServiceFtpCommandHandlerScanner>? logger = default(ILogger<ServiceFtpCommandHandlerScanner>? ))
    Parameters
    Type Name Description
    IEnumerable<IFtpCommandHandler> commandHandlers

    The FTP command handlers.

    Nullable<ILogger<ServiceFtpCommandHandlerScanner>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    Search()

    Search for FTP command handlers.

    Declaration
    public IEnumerable<IFtpCommandHandlerInformation> Search()
    Returns
    Type Description
    IEnumerable<IFtpCommandHandlerInformation>

    The information about the found FTP command handlers.

    Implements

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