Called when a connection-attempt has completed.
Namespace: EnterpriseDT.Net.FtpAssembly: 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
) |
See Also