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