Interface IFtpCommandHandlerExtensionInstanceInformation
Interface to get the instance for a command handler extension created through dependency injection.
Inherited Members
Namespace: FubarDev.FtpServer.CommandExtensions
Assembly: FubarDev.FtpServer.dll
Syntax
[Obsolete]
public interface IFtpCommandHandlerExtensionInstanceInformation : IFtpCommandHandlerExtensionInformation, IFtpCommandInformation
Properties
| Improve this Doc View SourceInstance
Gets the FTP command handler extension instance.
Declaration
IFtpCommandHandlerExtension Instance { get; }
Property Value
Type | Description |
---|---|
IFtpCommandHandlerExtension |