C# Class Rnwood.SmtpServer.MailFromVerb

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

Public Methods

Method Description
MailFromVerb ( ) : Rnwood.SmtpServer.Verbs
MailFromVerb ( ICurrentDateTimeProvider currentDateTimeProvider ) : Rnwood.SmtpServer.Verbs
ProcessAsync ( IConnection connection, Rnwood.SmtpServer.SmtpCommand command ) : Task

Method Details

MailFromVerb() public method

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

MailFromVerb() public method

public MailFromVerb ( ICurrentDateTimeProvider currentDateTimeProvider ) : Rnwood.SmtpServer.Verbs
currentDateTimeProvider ICurrentDateTimeProvider
return Rnwood.SmtpServer.Verbs

ProcessAsync() public method

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