Send Method
Send 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
Calling this method is equivalent to setting the Stdin property to Text.