Sends a command to the server. This assumes that either there is no command running at the moment or that a question prompt was encountered.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub SendCommand ( _
	command As String _
)
C#
public void SendCommand(
	string command
)

Parameters

command
Type: System..::..String
Command to send.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also