Interface IFtpCommandHandlerExtensionHost
Interface indicating that a command handler can act as an extension host.
Inherited Members
Namespace: FubarDev.FtpServer.CommandHandlers
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
public interface IFtpCommandHandlerExtensionHost : IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Properties
| Improve this Doc View SourceExtensions
Gets or sets the extensions hosted by the FtpCommandHandler.
Declaration
IDictionary<string, IFtpCommandHandlerExtension> Extensions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, IFtpCommandHandlerExtension> |