Class AssemblyFtpCommandHandlerScanner
Scans the given assemblies for FTP command handlers.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.dll
Syntax
public class AssemblyFtpCommandHandlerScanner : IFtpCommandHandlerScanner
Constructors
| Improve this Doc View SourceAssemblyFtpCommandHandlerScanner(Assembly[])
Initializes a new instance of the AssemblyFtpCommandHandlerScanner class.
Declaration
public AssemblyFtpCommandHandlerScanner(params Assembly[] assemblies)
Parameters
Type | Name | Description |
---|---|---|
Assembly[] | assemblies | The assemblies to scan for FTP command handlers. |
Methods
| Improve this Doc View SourceSearch()
Search for FTP command handlers.
Declaration
public IEnumerable<IFtpCommandHandlerInformation> Search()
Returns
Type | Description |
---|---|
IEnumerable<IFtpCommandHandlerInformation> | The information about the found FTP command handlers. |