C# Class Rnwood.SmtpServer.Verbs.NoopVerb

Defines the NoopVerb.
Inheritance: IVerb
ファイルを表示 Open project: rnwood/smtp4dev Class Usage Examples

Public Methods

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

Method Details

ProcessAsync() public method

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