Releases the unmanaged resources used by the TelnetStream and optionally releases the managed resources

Namespace: TMD.Connection
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Collapse imageSyntax

C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

Collapse imageSee Also