C# Class FubarDev.FtpServer.CommandHandlers.MkdCommandHandler

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

Méthodes publiques

Méthode Description
MkdCommandHandler ( FtpConnection connection ) : System.IO

Initializes a new instance of the MkdCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

Method Details

MkdCommandHandler() public méthode

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

Process() public méthode

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