C# Class UnitTest.POP3Server

Inheritance: ServerSocket
Exibir arquivo Open project: nberardi/hMailServer Class Usage Examples

Public Methods

Method Description
POP3Server ( int maxNumberOfConnections, int port, List messages ) : System
ProcessCommand ( string command ) : bool
Run ( ) : void

Protected Methods

Method Description
OnConnect ( ) : void

Method Details

OnConnect() protected method

protected OnConnect ( ) : void
return void

POP3Server() public method

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

ProcessCommand() public method

public ProcessCommand ( string command ) : bool
command string
return bool

Run() public method

public Run ( ) : void
return void