C# Class FubarDev.FtpServer.CommandHandlers.RntoCommandHandler

Implements the RNTO command.
Inheritance: FtpCommandHandler
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode Description
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
RntoCommandHandler ( FtpConnection connection ) : System.Threading

Initializes a new instance of the RntoCommandHandler class.

Method Details

Process() public méthode

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
Résultat Task

RntoCommandHandler() public méthode

Initializes a new instance of the RntoCommandHandler class.
public RntoCommandHandler ( FtpConnection connection ) : System.Threading
connection FtpConnection The connection to create this command handler for
Résultat System.Threading