SSH.NET
                                
                                 SSH.NET copied to clipboard
                                
                                    SSH.NET copied to clipboard
                            
                            
                            
                        How to get an input Stream for a command session?
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.