C# Class hMailServer.Core.Protocols.SMTP.SmtpServerSessionState

显示文件 Open project: hmailserver/hmailserver-net Class Usage Examples

Public Methods

Method Description
IsCommandValid ( SmtpCommand command ) : bool
Reset ( ) : void

Method Details

IsCommandValid() public method

public IsCommandValid ( SmtpCommand command ) : bool
command SmtpCommand
return bool

Reset() public method

public Reset ( ) : void
return void