Class CloseDataConnectionServerCommand
Command to close the data connection.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ServerCommands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class CloseDataConnectionServerCommand : IServerCommand
Constructors
| Improve this Doc View SourceCloseDataConnectionServerCommand(IFtpDataConnection)
Initializes a new instance of the CloseDataConnectionServerCommand class.
Declaration
public CloseDataConnectionServerCommand(IFtpDataConnection dataConnection)
Parameters
Type | Name | Description |
---|---|---|
IFtpDataConnection | dataConnection | The data connection to be closed. |
Properties
| Improve this Doc View SourceDataConnection
Gets the data connection to be closed.
Declaration
public IFtpDataConnection DataConnection { get; }
Property Value
Type | Description |
---|---|
IFtpDataConnection |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |