C# Class SmtpServer.Protocol.DbugCommand

Inheritance: SmtpCommand
Show file Open project: cosullivan/SmtpServer Class Usage Examples

Public Properties

Property Type Description
Instance SmtpCommand

Public Methods

Method Description
ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Execute the command.

Method Details

ExecuteAsync() public method

Execute the command.
public ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task
context ISmtpSessionContext The execution context to operate on.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task

Property Details

Instance public static property

public static SmtpCommand,SmtpServer.Protocol Instance
return SmtpCommand