C# Class Rnwood.SmtpServer.MailVerb

Inheritance: IVerb
ファイルを表示 Open project: rnwood/smtp4dev

Public Methods

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

Method Details

MailVerb() public method

public MailVerb ( ) : Rnwood.SmtpServer.Verbs
return Rnwood.SmtpServer.Verbs

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