C# Class hMailServer.Core.Protocols.POP3.Pop3ServerSessionState

Datei anzeigen Open project: hmailserver/hmailserver-net Class Usage Examples

Public Properties

Property Type Description
IsLoggedOn bool

Public Methods

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

Method Details

IsCommandValid() public method

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

Reset() public method

public Reset ( ) : void
return void

Property Details

IsLoggedOn public_oe property

public bool IsLoggedOn
return bool