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

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

공개 메소드들

메소드 설명
PassCommandHandler ( FtpConnection connection ) : System.Collections.Generic

Initializes a new instance of the PassCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

메소드 상세

PassCommandHandler() 공개 메소드

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

Process() 공개 메소드

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