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