SecureFTPConnectionSecuringConnection Event
Occurs when the component is securing the connection to the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual event SSLFTPSecureEventHandler SecuringConnection
Public Overridable Event SecuringConnection As SSLFTPSecureEventHandler
public:
virtual event SSLFTPSecureEventHandler^ SecuringConnection {
void add (SSLFTPSecureEventHandler^ value);
void remove (SSLFTPSecureEventHandler^ value);
}
abstract SecuringConnection : IEvent<SSLFTPSecureEventHandler,
SSLFTPSecureEventArgs>
override SecuringConnection : IEvent<SSLFTPSecureEventHandler,
SSLFTPSecureEventArgs>
Value
SSLFTPSecureEventHandler