C# Class UnitTest.SMTPServerSimulator

Inheritance: ServerSocket
Afficher le fichier Open project: nberardi/hMailServer Class Usage Examples

Méthodes publiques

Méthode Description
AddRecipientResult ( int>.Dictionary result ) : void
Run ( ) : void
SMTPServerSimulator ( int maxNumberOfConnections, int port ) : System

Méthodes protégées

Méthode Description
OnConnect ( ) : void

Private Methods

Méthode Description
ProcessCommand ( string command ) : bool

Method Details

AddRecipientResult() public méthode

public AddRecipientResult ( int>.Dictionary result ) : void
result int>.Dictionary
Résultat void

OnConnect() protected méthode

protected OnConnect ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SMTPServerSimulator() public méthode

public SMTPServerSimulator ( int maxNumberOfConnections, int port ) : System
maxNumberOfConnections int
port int
Résultat System