C# Class Papercut.Smtp.Server

The server.
Mostra file Open project: seif/papercut-web Class Usage Examples

Public Methods

Method Description
Bind ( ) : void

The bind.

Server ( IPAddress address, int port, Processor processor ) : System
Start ( ) : void

The start.

Stop ( ) : void

The stop.

Private Methods

Method Description
OnClientAccept ( IAsyncResult ar ) : void

The on client accept.

SessionTimeoutWatcher ( ) : void

The session timeout watcher.

connection_ConnectionClosed ( object sender, EventArgs e ) : void

The connection_ connection closed.

Method Details

Bind() public method

The bind.
public Bind ( ) : void
return void

Server() public method

public Server ( IPAddress address, int port, Processor processor ) : System
address System.Net.IPAddress
port int
processor Processor
return System

Start() public method

The start.
public Start ( ) : void
return void

Stop() public method

The stop.
public Stop ( ) : void
return void