C# Class SmtpServer.SmtpSessionContext

Inheritance: ISmtpSessionContext
Datei anzeigen Open project: cosullivan/SmtpServer Class Usage Examples

Private Properties

Property Type Description
SmtpSessionContext System.Net

Public Methods

Method Description
Quit ( ) : void

Indicates to the session that it should quit.

Private Methods

Method Description
SmtpSessionContext ( ISmtpTransaction transaction, ISmtpStateMachine stateMachine, EndPoint remoteEndPoint ) : System.Net

Constructor.

Method Details

Quit() public method

Indicates to the session that it should quit.
public Quit ( ) : void
return void