C# Class FubarDev.FtpServer.CommandHandlers.StorCommandHandler

This class implements the STOR command (4.1.3.)
Inheritance: FtpCommandHandler
Datei anzeigen Open project: FubarDevelopment/FtpServer

Public Methods

Method Description
Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
StorCommandHandler ( FtpConnection connection ) : System

Initializes a new instance of the StorCommandHandler class.

Method Details

Process() public method

public Process ( FtpCommand command, CancellationToken cancellationToken ) : Task
command FtpCommand
cancellationToken System.Threading.CancellationToken
return Task

StorCommandHandler() public method

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