I have a need to get both the input and output stream (and may be stderr stream) after requesting a SSH exec session. But by browsing the SSH.NET API documentation, I found there are only output streams OutputStream and ExtendedOutputStream available for class SshCommand.