Sends a key to the server. This is used for sending simple keys or combinations such as Ctrl+C.

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

Syntax

Visual Basic
Public Sub Send ( _
	key As ConsoleKeyInfo _
)
C#
public void Send(
	ConsoleKeyInfo key
)

Parameters

key
Type: Rebex.TerminalEmulation..::..ConsoleKeyInfo
Key to be sent.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also