 | TcpTextClientDispose(Boolean) Method |
Releases all resources acquired by this object. Closes connection, without issuing any quit commands.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxprotected 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 Boolean
- Indicates if invoked by Dipsose method.
See Also