LumiSoft Mail Server User API
WriteLine Method (line)
Namespaces > LumiSoft.Net > SocketEx > WriteLine(String)
Writes specified line to socket. If line isn't CRLF terminated, CRLF is added automatically.
Syntax
C#Visual BasicManaged C++
public void WriteLine (
	string line
)
Public Sub WriteLine ( _
	line As String _
)
public:
void WriteLine (
	String^ line
)
Parameters
line (String)
Line to write to socket.

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