Interface IFtpCommandHandlerExtensionProvider
Provides information about all found FTP command handler extensions.
Namespace: FubarDev.FtpServer.CommandExtensions
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandHandlerExtensionProvider
Properties
| Improve this Doc View SourceCommandHandlerExtensions
Gets the information for all command handler extensions.
Declaration
IEnumerable<IFtpCommandHandlerExtensionInformation> CommandHandlerExtensions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IFtpCommandHandlerExtensionInformation> |