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

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