C# Class Rnwood.SmtpServer.MailVerb

Inheritance: IVerb
Afficher le fichier Open project: rnwood/smtp4dev

Méthodes publiques

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

Method Details

MailVerb() public méthode

public MailVerb ( ) : Rnwood.SmtpServer.Verbs
Résultat Rnwood.SmtpServer.Verbs

ProcessAsync() public méthode

public ProcessAsync ( IConnection connection, Rnwood.SmtpServer.SmtpCommand command ) : System.Threading.Tasks.Task
connection IConnection
command Rnwood.SmtpServer.SmtpCommand
Résultat System.Threading.Tasks.Task