Method consoleProcess.EndInput
Overload
Closes the standard input stream (stdin), signaling end of input to the process.
public void EndInput()
Remarks
Some console programs expect you to close stdin after writing all input data (see consoleProcess.Write). This signals "end of file" (EOF).