Hi,
Function "partial void SocketRead(int length, ref byte[] buffer)":
Exception:
if (_isDisconnecting)
throw new SshConnectionException("An established connection was aborted by the software in your host machine.", DisconnectReason.ConnectionLost);
receivedBytes is 0;
_isDisconnecting is true;
SshClient.Dispose() or SshClient.Disconnect() always throw exception :/
Function "partial void SocketRead(int length, ref byte[] buffer)":
Exception:
if (_isDisconnecting)
throw new SshConnectionException("An established connection was aborted by the software in your host machine.", DisconnectReason.ConnectionLost);
receivedBytes is 0;
_isDisconnecting is true;
SshClient.Dispose() or SshClient.Disconnect() always throw exception :/