C# Class Rnwood.SmtpServer.Extensions.EightBitMimeDataVerb

Inheritance: DataVerb, IParameterProcessor
Afficher le fichier Open project: rnwood/smtp4dev Class Usage Examples

Méthodes publiques

Méthode Description
EightBitMimeDataVerb ( ) : System
ProcessAsync ( IConnection connection, SmtpCommand command ) : Task
SetParameter ( IConnection connection, string key, string value ) : void

Method Details

EightBitMimeDataVerb() public méthode

public EightBitMimeDataVerb ( ) : System
Résultat System

ProcessAsync() public méthode

public ProcessAsync ( IConnection connection, SmtpCommand command ) : Task
connection IConnection
command SmtpCommand
Résultat Task

SetParameter() public méthode

public SetParameter ( IConnection connection, string key, string value ) : void
connection IConnection
key string
value string
Résultat void