Interface IFtpCommandHandlerProvider
Provides information about all found FTP command handlers.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandHandlerProvider
Properties
| Improve this Doc View SourceCommandHandlers
Gets the information for all command handlers.
Declaration
IEnumerable<IFtpCommandHandlerInformation> CommandHandlers { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IFtpCommandHandlerInformation> |