Sends text to the server.

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

Syntax

Visual Basic
Public Sub Send ( _
	text As String _
)
C#
public void Send(
	string text
)

Parameters

text
Type: System..::..String
Text to be sent.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also