edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Call base then start the keep-alive thread.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected override void OnConnected(
	Exception exception
)
Visual Basic
Protected Overrides Sub OnConnected ( _
	exception As Exception _
)
Visual C++
protected:
virtual void OnConnected(
	Exception^ exception
) override

Parameters

exception
Type: System..::..Exception
Exception that occurred during operation.

See Also