C# 클래스 UnitTest.SMTPServerSimulator

상속: ServerSocket
파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 메소드들

메소드 설명
AddRecipientResult ( int>.Dictionary result ) : void
Run ( ) : void
SMTPServerSimulator ( int maxNumberOfConnections, int port ) : System

보호된 메소드들

메소드 설명
OnConnect ( ) : void

비공개 메소드들

메소드 설명
ProcessCommand ( string command ) : bool

메소드 상세

AddRecipientResult() 공개 메소드

public AddRecipientResult ( int>.Dictionary result ) : void
result int>.Dictionary
리턴 void

OnConnect() 보호된 메소드

protected OnConnect ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SMTPServerSimulator() 공개 메소드

public SMTPServerSimulator ( int maxNumberOfConnections, int port ) : System
maxNumberOfConnections int
port int
리턴 System