Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Shell.ReadAll Method

Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)

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).

In This Article
  • ReadAll(String[])
  • ReadAll()
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies