C# Класс FubarDev.FtpServer.FtpCommandHandlerBase

The base class for all FTP command handlers
Показать файл Открыть проект Примеры использования класса

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