C# Class FubarDev.FtpServer.CommandHandlers.FtpCommandHandler

The base class for all FTP command handlers
Inheritance: FtpCommandHandlerBase
Datei anzeigen Open project: FubarDevelopment/FtpServer

Protected Methods

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

Initializes a new instance of the FtpCommandHandler class.

Private Methods

Method Description
GetExtensions ( ) : IEnumerable

Method Details

FtpCommandHandler() protected method

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