메소드 | 설명 | |
---|---|---|
SmtpStateMachine ( ISmtpServerOptions options, |
Constructor.
|
|
TryAccept ( |
Advances the enumerator to the next command in the stream.
|
메소드 | 설명 | |
---|---|---|
ISmtpStateMachine ( SmtpState state, string command ) : void |
Remove the specified command from the state.
|
public SmtpStateMachine ( ISmtpServerOptions options, |
||
options | ISmtpServerOptions | The options to assist when configuring the state machine. |
commandFactory | The SMTP command factory. | |
리턴 | System |
public TryAccept ( |
||
tokenEnumerator | The token enumerator to accept the command from. | |
command | The command that was found. | |
errorResponse | The error response that indicates why a command could not be accepted. | |
리턴 | bool |