C# Класс FubarDev.FtpServer.CommandHandlers.PasvCommandHandler

The command handler for the PASV (4.1.2.) and EPSV commands
Наследование: FtpCommandHandler
Показать файл Открыть проект

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

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