C# Class FubarDev.FtpServer.FtpCommand

FTP command with argument
Afficher le fichier Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Свойство Type Description
Parse FtpCommand

Méthodes publiques

Méthode Description
FtpCommand ( [ commandName, [ commandArgument ) : System

Initializes a new instance of the FtpCommand class.

ToString ( ) : string

Private Methods

Méthode Description
Parse ( [ command ) : FtpCommand

Method Details

FtpCommand() public méthode

Initializes a new instance of the FtpCommand class.
public FtpCommand ( [ commandName, [ commandArgument ) : System
commandName [ The command name
commandArgument [ The command argument
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string