| TcpTextClientDispose Method (Boolean) |
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.22214.1022
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
Indicates if invoked by Dipsose method.
See Also