C# Class BitServer.POP3connection

Afficher le fichier Open project: AyrA/BitMailServer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
POP3connection ( TcpClient cli ) : System
err ( string Message, bool close ) : void
ok ( string Message ) : void
sendRaw ( string content ) : void

Private Methods

Méthode Description
check ( ) : void
close ( ) : void
dataRec ( IAsyncResult ar ) : void
send ( string Message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

POP3connection() public méthode

public POP3connection ( TcpClient cli ) : System
cli System.Net.Sockets.TcpClient
Résultat System

err() public méthode

public err ( string Message, bool close ) : void
Message string
close bool
Résultat void

ok() public méthode

public ok ( string Message ) : void
Message string
Résultat void

sendRaw() public méthode

public sendRaw ( string content ) : void
content string
Résultat void