C# Class FubarDev.FtpServer.CommandHandlers.PassCommandHandler

Implements the PASS command.
Inheritance: FtpCommandHandler
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Collections.Generic

Process() public méthode

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