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

The STAT command handler
상속: FtpCommandHandler
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer

공개 메소드들

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

Initializes a new instance of the StatCommandHandler class.

메소드 상세

Process() 공개 메소드

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

StatCommandHandler() 공개 메소드

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