Rebex FTP for .NET

Ftp.Dispose Method ()

Disposes the Ftp object and all the socket objects.

public void Dispose();

Implements

IDisposable.Dispose

Remarks

Calling this method ensures that all resources are freed. It is not necessary to call this method if the FTP session is successfully closed using Disconnect method.

See Also

Ftp Class | Rebex.Net Namespace | Ftp.Dispose Overload List