C# 클래스 Rnwood.SmtpServer.ParameterProcessorMap

파일 보기 프로젝트 열기: rnwood/smtp4dev 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetProcessor() 공개 메소드

public GetProcessor ( string key ) : IParameterProcessor
key string
리턴 IParameterProcessor

ProcessAsync() 공개 메소드

public ProcessAsync ( IConnection connection, ParameterParser parameters, bool throwOnUnknownParameter ) : Task
connection IConnection
parameters ParameterParser
throwOnUnknownParameter bool
리턴 Task

ProcessAsync() 공개 메소드

public ProcessAsync ( IConnection connection, string arguments, bool throwOnUnknownParameter ) : Task
connection IConnection
arguments string
throwOnUnknownParameter bool
리턴 Task

SetProcessor() 공개 메소드

public SetProcessor ( string key, IParameterProcessor processor ) : void
key string
processor IParameterProcessor
리턴 void