  | 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.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Function ReadLine As String
public:
String^ ReadLine()
member ReadLine : unit -> string 
Return Value
Type: 
Stringthe line of text received excluding any newline character
See Also