PasswordConnectionInfo Dispose Method (Boolean)SSH .NET Client Library Documentation
Releases unmanaged and - optionally - managed resources

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also