C# Class Rnwood.SmtpServer.Verbs.VerbWithSubCommands

Inheritance: IVerb
Afficher le fichier Open project: rnwood/smtp4dev

Méthodes publiques

Méthode Description
ProcessAsync ( IConnection connection, SmtpCommand command ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
VerbWithSubCommands ( ) : System.Threading.Tasks
VerbWithSubCommands ( IVerbMap subVerbMap ) : System.Threading.Tasks

Method Details

ProcessAsync() public méthode

public ProcessAsync ( IConnection connection, SmtpCommand command ) : System.Threading.Tasks.Task
connection IConnection
command SmtpCommand
Résultat System.Threading.Tasks.Task

VerbWithSubCommands() protected méthode

protected VerbWithSubCommands ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

VerbWithSubCommands() protected méthode

protected VerbWithSubCommands ( IVerbMap subVerbMap ) : System.Threading.Tasks
subVerbMap IVerbMap
Résultat System.Threading.Tasks