C# Class BitServer.POP3connection

Show file Open project: AyrA/BitMailServer Class Usage Examples

Public Methods

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

Private Methods

Method Description
check ( ) : void
close ( ) : void
dataRec ( IAsyncResult ar ) : void
send ( string Message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

POP3connection() public method

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

err() public method

public err ( string Message, bool close ) : void
Message string
close bool
return void

ok() public method

public ok ( string Message ) : void
Message string
return void

sendRaw() public method

public sendRaw ( string content ) : void
content string
return void