C# Class Rnwood.SmtpServer.ParameterProcessorMap

Afficher le fichier Open project: rnwood/smtp4dev Class Usage Examples

Méthodes publiques

Méthode Description
GetProcessor ( string key ) : IParameterProcessor
ProcessAsync ( IConnection connection, ParameterParser parameters, bool throwOnUnknownParameter ) : Task
ProcessAsync ( IConnection connection, string arguments, bool throwOnUnknownParameter ) : Task
SetProcessor ( string key, IParameterProcessor processor ) : void

Method Details

GetProcessor() public méthode

public GetProcessor ( string key ) : IParameterProcessor
key string
Résultat IParameterProcessor

ProcessAsync() public méthode

public ProcessAsync ( IConnection connection, ParameterParser parameters, bool throwOnUnknownParameter ) : Task
connection IConnection
parameters ParameterParser
throwOnUnknownParameter bool
Résultat Task

ProcessAsync() public méthode

public ProcessAsync ( IConnection connection, string arguments, bool throwOnUnknownParameter ) : Task
connection IConnection
arguments string
throwOnUnknownParameter bool
Résultat Task

SetProcessor() public méthode

public SetProcessor ( string key, IParameterProcessor processor ) : void
key string
processor IParameterProcessor
Résultat void