C# 클래스 UnitTest.POP3Server

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

공개 메소드들

메소드 설명
POP3Server ( int maxNumberOfConnections, int port, List messages ) : System
ProcessCommand ( string command ) : bool
Run ( ) : void

보호된 메소드들

메소드 설명
OnConnect ( ) : void

메소드 상세

OnConnect() 보호된 메소드

protected OnConnect ( ) : void
리턴 void

POP3Server() 공개 메소드

public POP3Server ( int maxNumberOfConnections, int port, List messages ) : System
maxNumberOfConnections int
port int
messages List
리턴 System

ProcessCommand() 공개 메소드

public ProcessCommand ( string command ) : bool
command string
리턴 bool

Run() 공개 메소드

public Run ( ) : void
리턴 void