Delegate FtpCommandExecutionDelegate
The delegate for the next middleware for the current FTP command execution step.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public delegate Task FtpCommandExecutionDelegate(FtpExecutionContext context);
Parameters
Type | Name | Description |
---|---|---|
FtpExecutionContext | context | The context of the current FTP command. |
Returns
Type | Description |
---|---|
Task | The task. |