C# Class Rnwood.SmtpServer.Verbs.VerbWithSubCommands

Inheritance: IVerb
Exibir arquivo Open project: rnwood/smtp4dev

Public Methods

Method Description
ProcessAsync ( IConnection connection, SmtpCommand command ) : System.Threading.Tasks.Task

Protected Methods

Method Description
VerbWithSubCommands ( ) : System.Threading.Tasks
VerbWithSubCommands ( IVerbMap subVerbMap ) : System.Threading.Tasks

Method Details

ProcessAsync() public method

public ProcessAsync ( IConnection connection, SmtpCommand command ) : System.Threading.Tasks.Task
connection IConnection
command SmtpCommand
return System.Threading.Tasks.Task

VerbWithSubCommands() protected method

protected VerbWithSubCommands ( ) : System.Threading.Tasks
return System.Threading.Tasks

VerbWithSubCommands() protected method

protected VerbWithSubCommands ( IVerbMap subVerbMap ) : System.Threading.Tasks
subVerbMap IVerbMap
return System.Threading.Tasks