Class FtpCommandSelection
Information about the selected FTP command handler.
Inherited Members
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpCommandSelection
Constructors
| Improve this Doc View SourceFtpCommandSelection(IFtpCommandBase, IFtpCommandInformation)
Initializes a new instance of the FtpCommandSelection class.
Declaration
public FtpCommandSelection(IFtpCommandBase handler, IFtpCommandInformation handlerInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| IFtpCommandBase | handler | The FTP command handler. |
| IFtpCommandInformation | handlerInformation | The FTP command handler information. |
Properties
| Improve this Doc View SourceHandler
Gets the command handler.
Declaration
public IFtpCommandBase Handler { get; }
Property Value
| Type | Description |
|---|---|
| IFtpCommandBase |
Information
Gets a value indicating whether a successful login is required.
Declaration
public IFtpCommandInformation Information { get; }
Property Value
| Type | Description |
|---|---|
| IFtpCommandInformation |