C# Class SmtpServer.Protocol.Text.TokenReader

显示文件 Open project: cosullivan/SmtpServer Class Usage Examples

Public Methods

Method Description
NextToken ( ) : Token

Reads the next token.

Method Details

NextToken() public abstract method

Reads the next token.
public abstract NextToken ( ) : Token
return Token