Scripting.ReadLine Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
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. |