Interface IFtpCommandHandlerScanner
Searches for FTP command handlers and returns information about it.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandHandlerScanner
Methods
| Improve this Doc View SourceSearch()
Search for FTP command handlers.
Declaration
IEnumerable<IFtpCommandHandlerInformation> Search()
Returns
Type | Description |
---|---|
IEnumerable<IFtpCommandHandlerInformation> | The information about the found FTP command handlers. |