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

The command handler for the PASV (4.1.2.) and EPSV commands
상속: FtpCommandHandler
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer

공개 메소드들

메소드 설명
GetSupportedFeatures ( ) : IEnumerable
PasvCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the PasvCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

메소드 상세

GetSupportedFeatures() 공개 메소드

public GetSupportedFeatures ( ) : IEnumerable
리턴 IEnumerable

PasvCommandHandler() 공개 메소드

Initializes a new instance of the PasvCommandHandler class.
public PasvCommandHandler ( FtpConnection connection ) : System
connection FtpConnection The connection this command handler is created for
리턴 System

Process() 공개 메소드

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