Send Method
Sends standard input to the program executing on the remote host.
Syntax
[VB.NET] Public Sub Send(ByVal Text As String)
[C#] public void Send(byte[] text);
Remarks
This method sends standard input to the program executing on the remote host. Calling this method is equivalent to setting the Stdin property to Text.
NOTE: This method has a corresponding asynchronous version (SendAsync) for use in the WinRT environment.