C# Class SmtpServer.SmtpSessionContext

Inheritance: ISmtpSessionContext
Afficher le fichier Open project: cosullivan/SmtpServer Class Usage Examples

Private Properties

Свойство Type Description
SmtpSessionContext System.Net

Méthodes publiques

Méthode Description
Quit ( ) : void

Indicates to the session that it should quit.

Private Methods

Méthode Description
SmtpSessionContext ( ISmtpTransaction transaction, ISmtpStateMachine stateMachine, EndPoint remoteEndPoint ) : System.Net

Constructor.

Method Details

Quit() public méthode

Indicates to the session that it should quit.
public Quit ( ) : void
Résultat void