'Usage
Dim instance As SshConnection
instance.Close()
public virtual void Close()
public: virtual void Close();
public:
virtual void Close();
Remarks
All assigned sessions will be closed. Can be called at any time.
Should be called once a connection is no longer needed - otherwise the receiver thread may run forever.