C# 클래스 FubarDev.FtpServer.CommandHandlers.ListCommandHandler

Implements the LIST and NLST commands.
상속: FtpCommandHandler
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer

공개 메소드들

메소드 설명
ListCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the ListCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

메소드 상세

ListCommandHandler() 공개 메소드

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

Process() 공개 메소드

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