Shell.ReadAll Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
ReadAll(String[])
Reads a multi-line response from the server. Returns if either the question prompt has been received (and no other data are pending) or the end of response has been reached. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Declaration
public string ReadAll(params string[] questionPrompt)
Parameters
Type | Name | Description |
---|---|---|
String[] | questionPrompt |
Returns
Type | Description |
---|---|
String | Multi-line response if available; or null reference (Nothing in Visual Basic). |
ReadAll()
Reads a multi-line response from the server. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Declaration
public string ReadAll()
Returns
Type | Description |
---|---|
String | Multi-line response if available; or null reference (Nothing in Visual Basic). |