LumiSoft Mail Server User API
ReadLine Method
Namespaces > LumiSoft.Net > SocketEx > ReadLine
Members
IconMemberDescription
ReadLine()
Reads line from socket. Maximum line length is 4000 bytes. NOTE: CRLF isn't written to destination stream. If maximum allowed line length is exceeded line is read to end, but isn't stored to buffer and exception is thrown after line reading.
ReadLine(Int32)
Reads line from socket.NOTE: CRLF isn't written to destination stream. If maximum allowed line length is exceeded line is read to end, but isn't stored to buffer and exception is thrown after line reading.
ReadLine(Stream, Int32)
Reads line from socket and stores it to specified stream. NOTE: CRLF isn't written to destination stream. If maximum allowed line length is exceeded line is read to end, but isn't stored to buffer and exception is thrown after line reading.

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