LumiSoft Mail Server User API
ReadLine Method
Namespaces > LumiSoft.Net > SocketEx > 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.
Syntax
C#Visual BasicManaged C++
public string ReadLine ()
Public Function ReadLine As String
public:
String^ ReadLine ()
Return Value
Returns readed line.

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