C# Class FubarDev.FtpServer.CommandHandlers.ListCommandHandler

Implements the LIST and NLST commands.
Inheritance: FtpCommandHandler
显示文件 Open project: FubarDevelopment/FtpServer

Public Methods

Method Description
ListCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the ListCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

Method Details

ListCommandHandler() public method

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

Process() public method

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
return Task