C# Class SmtpServer.Protocol.DbugCommand

Inheritance: SmtpCommand
Afficher le fichier Open project: cosullivan/SmtpServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance SmtpCommand

Méthodes publiques

Méthode Description
ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Execute the command.

Method Details

ExecuteAsync() public méthode

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.
Résultat Task

Property Details

Instance public_oe static_oe property

public static SmtpCommand,SmtpServer.Protocol Instance
Résultat SmtpCommand