C# Class FubarDev.FtpServer.CommandHandlers.FtpCommandHandler

The base class for all FTP command handlers
Inheritance: FtpCommandHandlerBase
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes protégées

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

Initializes a new instance of the FtpCommandHandler class.

Private Methods

Méthode Description
GetExtensions ( ) : IEnumerable

Method Details

FtpCommandHandler() protected méthode

Initializes a new instance of the FtpCommandHandler class.
protected FtpCommandHandler ( [ connection, [ name ) : System.Collections.Generic
connection [ The connection this instance is used for
name [ The command name
Résultat System.Collections.Generic