Called when a connection-attempt has completed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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