Click or drag to resize

TcpTextClientDispose(Boolean) Method

Releases all resources acquired by this object. Closes connection, without issuing any quit commands.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Indicates if invoked by Dipsose method.
See Also