Disposes the Ssh object and all the socket objects.
Namespace:
Rebex.Net
Assembly:
Rebex.SshShell (in Rebex.SshShell.dll)
Syntax
Visual Basic |
---|
Public Sub Dispose |
C# |
---|
public void Dispose() |
Implements
IDisposable..::..Dispose()()()()Remarks
Calling this method ensures that all resources are freed.
It is not necessary to call this method if the SSH session is
successfully closed using Disconnect method.