Interface IFtpCommandHandlerExtensionInformation
Interface for an FTP command handler extension.
Inherited Members
Namespace: FubarDev.FtpServer.CommandExtensions
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandHandlerExtensionInformation : IFtpCommandInformation
Properties
| Improve this Doc View SourceExtensionOf
Gets the FTP command handler that this one is an extension of.
Declaration
IFtpCommandHandlerInformation ExtensionOf { get; }
Property Value
Type | Description |
---|---|
IFtpCommandHandlerInformation |
Type
Gets the type of the FTP command handler.
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |