C# Class BitServer.SMTPconnection

Show file Open project: AyrA/BitMailServer Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SMTPconnection() public method

public SMTPconnection ( TcpClient cli ) : System
cli System.Net.Sockets.TcpClient
return System

close() public method

public close ( ) : void
return void

msg() public method

public msg ( byte raw ) : void
raw byte
return void

msg() public method

public msg ( int number, string Message ) : void
number int
Message string
return void