C# 클래스 Rnwood.SmtpServer.DataVerb

상속: IVerb
파일 보기 프로젝트 열기: rnwood/smtp4dev

공개 메소드들

메소드 설명
ProcessAsync ( IConnection connection, Rnwood.SmtpServer.SmtpCommand command ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
ProcessLine ( string line ) : string

메소드 상세

ProcessAsync() 공개 메소드

public ProcessAsync ( IConnection connection, Rnwood.SmtpServer.SmtpCommand command ) : System.Threading.Tasks.Task
connection IConnection
command Rnwood.SmtpServer.SmtpCommand
리턴 System.Threading.Tasks.Task

ProcessLine() 보호된 메소드

protected ProcessLine ( string line ) : string
line string
리턴 string