LumiSoft Net Help
WriteLine Method (line)
NamespacesLumiSoft.Net.TCPTCP_ClientWriteLine(String)
Sends and logs specified line to connected host.
Declaration Syntax
C#Visual BasicVisual C++F#
protected void WriteLine(
	string line
)
Protected Sub WriteLine ( 
	line As String
)
protected:
void WriteLine(
	String^ line
)
member WriteLine : 
        line : string -> unit 
Parameters
line (String)
Line to send.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when line is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119