ReadLine Method

HttpServer.dll

Read next line from file

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected bool ReadLine()
Visual Basic (Declaration)
Protected Function ReadLine As Boolean
Visual C++
protected:
bool ReadLine()

Return Value

true if line could be read; false if EOF.

See Also