C# Class Rnwood.SmtpServer.DataVerb

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProcessLine ( string line ) : string

Method Details

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

ProcessLine() protected méthode

protected ProcessLine ( string line ) : string
line string
Résultat string