Scripting.ReadLine Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
ReadLine()
Receives response from the server until an end-of-line sequence is received.
Declaration
public string ReadLine()
Returns
Type | Description |
---|---|
String | A line received from the server. |