C# Class Papercut.Smtp.Server

The server.
Afficher le fichier Open project: seif/papercut-web Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( ) : void

The bind.

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

The start.

Stop ( ) : void

The stop.

Private Methods

Méthode 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 méthode

The bind.
public Bind ( ) : void
Résultat void

Server() public méthode

public Server ( IPAddress address, int port, Processor processor ) : System
address System.Net.IPAddress
port int
processor Processor
Résultat System

Start() public méthode

The start.
public Start ( ) : void
Résultat void

Stop() public méthode

The stop.
public Stop ( ) : void
Résultat void