Occurs when the component is securing the connection to the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual event SSLFTPSecureEventHandler SecuringConnection |
| Visual Basic |
|---|
Public Overridable Event SecuringConnection As SSLFTPSecureEventHandler |
| Visual C++ |
|---|
public: virtual event SSLFTPSecureEventHandler^ SecuringConnection { void add (SSLFTPSecureEventHandler^ value); void remove (SSLFTPSecureEventHandler^ value); } |