C# 클래스 Rnwood.SmtpServer.Extensions.EightBitMimeDataVerb

상속: DataVerb, IParameterProcessor
파일 보기 프로젝트 열기: rnwood/smtp4dev 1 사용 예제들

공개 메소드들

메소드 설명
EightBitMimeDataVerb ( ) : System
ProcessAsync ( IConnection connection, SmtpCommand command ) : Task
SetParameter ( IConnection connection, string key, string value ) : void

메소드 상세

EightBitMimeDataVerb() 공개 메소드

public EightBitMimeDataVerb ( ) : System
리턴 System

ProcessAsync() 공개 메소드

public ProcessAsync ( IConnection connection, SmtpCommand command ) : Task
connection IConnection
command SmtpCommand
리턴 Task

SetParameter() 공개 메소드

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