| FtpClose Method (Boolean) |
Sends QUIT command. Releases all resources acquired by this object.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void Close(
bool throwException
)
Public Sub Close (
throwException As Boolean
)
public:
void Close(
bool throwException
)
member Close :
throwException : bool -> unit
Parameters
- throwException
- Type: SystemBoolean
If true throws FtpResponseException on error response to QUIT command.
See Also