C# Class Rnwood.SmtpServer.Extensions.EightBitMimeDataVerb

Inheritance: DataVerb, IParameterProcessor
Mostrar archivo Open project: rnwood/smtp4dev Class Usage Examples

Public Methods

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

Method Details

EightBitMimeDataVerb() public method

public EightBitMimeDataVerb ( ) : System
return System

ProcessAsync() public method

public ProcessAsync ( IConnection connection, SmtpCommand command ) : Task
connection IConnection
command SmtpCommand
return Task

SetParameter() public method

public SetParameter ( IConnection connection, string key, string value ) : void
connection IConnection
key string
value string
return void