C# Класс FubarDev.FtpServer.AuthTls.ProtCommandHandler

The PROT command handler
Наследование: FubarDev.FtpServer.CommandHandlers.FtpCommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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