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

Implements the RNTO command.
상속: FtpCommandHandler
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer

공개 메소드들

메소드 설명
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
RntoCommandHandler ( FtpConnection connection ) : System.Threading

Initializes a new instance of the RntoCommandHandler class.

메소드 상세

Process() 공개 메소드

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

RntoCommandHandler() 공개 메소드

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