Called when a connection is about to close.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
protected virtual void OnConnected( Exception exception ) |
Visual Basic |
---|
Protected Overridable Sub OnConnected ( _ exception As Exception _ ) |
Visual C++ |
---|
protected: virtual void OnConnected( Exception^ exception ) |
Parameters
- exception
- Type: System..::..Exception
Exception that occurred during operation.