Class RestCommandHandler
Implements the REST
command.
Inheritance
RestCommandHandler
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandler("REST", false, true)]
[FtpFeatureText("REST STREAM")]
public class RestCommandHandler : FtpCommandHandler, IFtpCommandHandler, IFtpCommandBase, IFeatureHost
Methods
|
Improve this Doc
View Source
Process(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements