C# Class BitServer.SMTPconnection

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
SMTPconnection ( TcpClient cli ) : System
close ( ) : void
msg ( byte raw ) : void
msg ( int number, string Message ) : void

Private Methods

Méthode Description
check ( ) : void
dataRec ( IAsyncResult ar ) : void
exit ( ) : void
send ( string Message ) : void
sendraw ( byte line ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SMTPconnection() public méthode

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

close() public méthode

public close ( ) : void
Résultat void

msg() public méthode

public msg ( byte raw ) : void
raw byte
Résultat void

msg() public méthode

public msg ( int number, string Message ) : void
number int
Message string
Résultat void