C# 클래스 FubarDev.FtpServer.FtpCommandHandlerBase

The base class for all FTP command handlers
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetSupportedFeatures IEnumerable
Process Task

보호된 메소드들

메소드 설명
FtpCommandHandlerBase ( [ connection, [ name ) : System.Collections.Generic

Initializes a new instance of the FtpCommandHandlerBase class.

비공개 메소드들

메소드 설명
GetSupportedFeatures ( ) : IEnumerable
Process ( [ command, CancellationToken cancellationToken ) : Task

메소드 상세

FtpCommandHandlerBase() 보호된 메소드

Initializes a new instance of the FtpCommandHandlerBase class.
protected FtpCommandHandlerBase ( [ connection, [ name ) : System.Collections.Generic
connection [ The connection this instance is used for
name [ The command name
리턴 System.Collections.Generic