edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a connection-attempt has completed.

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

Syntax

C#
[ObsoleteAttribute("Use OnConnected(Exception).")]
protected virtual void OnConnected(
	bool hasConnected
)
Visual Basic
<ObsoleteAttribute("Use OnConnected(Exception).")> _
Protected Overridable Sub OnConnected ( _
	hasConnected As Boolean _
)
Visual C++
[ObsoleteAttribute(L"Use OnConnected(Exception).")]
protected:
virtual void OnConnected(
	bool hasConnected
)

Parameters

hasConnected
Type: System..::..Boolean
true if the connection-attempt succeeded.

See Also