ISubsystemSession
Base interface for SSH subsystem implementations.
            
                
Gets a value indicating whether this session is open.
            
Gets or sets the number of milliseconds to wait for an operation to complete.
            
void Connect()
Connects the subsystem using a new SSH channel session.
            
Creates a  WaitHandle array that is composed of system objects and the specified
            elements.
            
Creates a  WaitHandle array that is composed of system objects and the specified
            elements.
            
void Disconnect()
Disconnects the subsystem channel.
            
Blocks the current thread until the specified  WaitHandle gets signaled, using a
            32-bit signed integer to specify the time interval in milliseconds.
            
Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed
            integer to specify the time interval.
            
Blocks the current thread until the specified  WaitHandle gets signaled, using a
            32-bit signed integer to specify the time interval in milliseconds.
            
Waits a specified time for a given  WaitHandle to get signaled.