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