Interface IFtpCommandHandlerInformation
Information about an FTP command handler.
Inherited Members
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandHandlerInformation : IFtpCommandInformation
Properties
| Improve this Doc View SourceIsExtensible
Gets a value indicating whether this command is extensible.
Declaration
bool IsExtensible { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Type
Gets the type of the FTP command handler.
Declaration
Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |