Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSend(String)
Sends text to the server.
Public methodSupported by the .NET Compact FrameworkSend(ConsoleKeyInfo)
Sends a key to the server. This is used for sending simple keys or combinations such as Ctrl+C.
Public methodSupported by the .NET Compact FrameworkSend(FunctionKey)
Sends a key to the server. This is used for sending function keys such as Enter or F10.
Public methodSupported by the .NET Compact FrameworkSend(ConsoleKey, ConsoleModifiers)
Sends a key to the server.
Public methodSupported by the .NET Compact FrameworkSend(FunctionKey, ConsoleModifiers)
Sends a key to the server.

See Also