LumiSoft Mail Server User API
ReadLine Method
Namespaces > LumiSoft.Net > StreamLineReader > ReadLine()
Reads byte[] line from stream. NOTE: Returns null if end of stream reached.
Syntax
C#Visual BasicManaged C++
public byte[] ReadLine ()
Public Function ReadLine As Byte()
public:
array<unsigned char>^ ReadLine ()
Return Value
Return null if end of stream reached.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)