C# Class FubarDev.FtpServer.FtpCommandHandlerBase

The base class for all FTP command handlers
Afficher le fichier Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Свойство Type Description
GetSupportedFeatures IEnumerable
Process Task

Méthodes protégées

Méthode Description
FtpCommandHandlerBase ( [ connection, [ name ) : System.Collections.Generic

Initializes a new instance of the FtpCommandHandlerBase class.

Private Methods

Méthode Description
GetSupportedFeatures ( ) : IEnumerable
Process ( [ command, CancellationToken cancellationToken ) : Task

Method Details

FtpCommandHandlerBase() protected méthode

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
Résultat System.Collections.Generic