C# Class FubarDev.FtpServer.FtpCommandHandlerBase

The base class for all FTP command handlers
Exibir arquivo Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Property Type Description
GetSupportedFeatures IEnumerable
Process Task

Protected Methods

Method Description
FtpCommandHandlerBase ( [ connection, [ name ) : System.Collections.Generic

Initializes a new instance of the FtpCommandHandlerBase class.

Private Methods

Method Description
GetSupportedFeatures ( ) : IEnumerable
Process ( [ command, CancellationToken cancellationToken ) : Task

Method Details

FtpCommandHandlerBase() protected method

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
return System.Collections.Generic