C# 클래스 FubarDev.FtpServer.AuthTls.ProtCommandHandler

The PROT command handler
상속: FubarDev.FtpServer.CommandHandlers.FtpCommandHandler
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer

공개 메소드들

메소드 설명
GetSupportedFeatures ( ) : IEnumerable
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
ProtCommandHandler ( FtpConnection connection ) : System.Collections.Generic

Initializes a new instance of the ProtCommandHandler class.

비공개 메소드들

메소드 설명
CreateSslStream ( Stream unencryptedStream ) : Task

메소드 상세

GetSupportedFeatures() 공개 메소드

public GetSupportedFeatures ( ) : IEnumerable
리턴 IEnumerable

Process() 공개 메소드

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

ProtCommandHandler() 공개 메소드

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