C# Class Rnwood.SmtpServer.DataVerb

Inheritance: IVerb
Mostrar archivo Open project: rnwood/smtp4dev

Public Methods

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

Protected Methods

Method Description
ProcessLine ( string line ) : string

Method Details

ProcessAsync() public method

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

ProcessLine() protected method

protected ProcessLine ( string line ) : string
line string
return string