Overload List
| Name | Description | |
|---|---|---|
| Send(String) |
Sends text to the server.
| |
| Send(ConsoleKeyInfo) |
Sends a key to the server. This is used for sending simple keys or combinations such as Ctrl+C.
| |
| Send(FunctionKey) |
Sends a key to the server. This is used for sending function keys such as Enter or F10.
| |
| Send(ConsoleKey, ConsoleModifiers) |
Sends a key to the server.
| |
| Send(FunctionKey, ConsoleModifiers) |
Sends a key to the server.
|