C# Class FubarDev.FtpServer.CommandHandlers.PassCommandHandler

Implements the PASS command.
Inheritance: FtpCommandHandler
Datei anzeigen Open project: FubarDevelopment/FtpServer

Public Methods

Method Description
PassCommandHandler ( FtpConnection connection ) : System.Collections.Generic

Initializes a new instance of the PassCommandHandler class.

Process ( FtpCommand command, CancellationToken cancellationToken ) : Task

Method Details

PassCommandHandler() public method

Initializes a new instance of the PassCommandHandler class.
public PassCommandHandler ( FtpConnection connection ) : System.Collections.Generic
connection FtpConnection The connection to create this command handler for
return System.Collections.Generic

Process() public method

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