C# Class FubarDev.FtpServer.CommandHandlers.ListCommandHandler

Implements the LIST and NLST commands.
Inheritance: FtpCommandHandler
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode Description
ListCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the ListCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

Method Details

ListCommandHandler() public méthode

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

Process() public méthode

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