Sends a command to the server and waits for the server to accept it.

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 be sent.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also