Click or drag to resize
SocketConnectionReadLine Method
Reads a line of text from the socket connection. The current thread is blocked until either the next line is received or an IOException encounters.

Namespace: AsterNET.IO
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ReadLine()

Return Value

Type: String
the line of text received excluding any newline character
See Also