C# Class FubarDev.FtpServer.CommandHandlers.StorCommandHandler

This class implements the STOR command (4.1.3.)
Inheritance: FtpCommandHandler
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode Description
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
StorCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the StorCommandHandler class.

Method Details

Process() public méthode

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
Résultat Task

StorCommandHandler() public méthode

Initializes a new instance of the StorCommandHandler class.
public StorCommandHandler ( FtpConnection connection ) : System
connection FtpConnection The connection this command handler is created for
Résultat System