C# Class UnitTest.POP3Server

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnConnect ( ) : void

Method Details

OnConnect() protected méthode

protected OnConnect ( ) : void
Résultat void

POP3Server() public méthode

public POP3Server ( int maxNumberOfConnections, int port, List messages ) : System
maxNumberOfConnections int
port int
messages List
Résultat System

ProcessCommand() public méthode

public ProcessCommand ( string command ) : bool
command string
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void