Releases the unmanaged resources used by the Ssh object
            and optionally releases the managed resources.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) | 
| C# | 
|---|
| protected virtual void Dispose( bool disposing ) | 
Parameters
- disposing
- Type: System..::..Boolean
 true to release both managed and unmanaged resources; false to release only unmanaged resources.
 
     
     
     
     
    