C# Class Papercut.Network.SmtpCommands.DataSmtpCommand

Inheritance: Papercut.Network.SmtpCommands.BaseSmtpCommand
Exibir arquivo Open project: Jaben/Papercut

Public Methods

Method Description
DataSmtpCommand ( IReceivedDataHandler receivedDataHandler, ILogger logger ) : System

Protected Methods

Method Description
GetMatchCommands ( ) : IEnumerable
Run ( string command, string args ) : void

Method Details

DataSmtpCommand() public method

public DataSmtpCommand ( IReceivedDataHandler receivedDataHandler, ILogger logger ) : System
receivedDataHandler IReceivedDataHandler
logger ILogger
return System

GetMatchCommands() protected method

protected GetMatchCommands ( ) : IEnumerable
return IEnumerable

Run() protected method

protected Run ( string command, string args ) : void
command string
args string
return void