EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnInnerClientDestroyed

TElAS3Client     See also    


 

This event is fired when an internal FTPS client is destroyed.

 
 

Declaration

[C#]
    event TSBFTPSInnerClientEvent OnInnerClientDestroyed;
    delegate void TSBFTPSInnerClientEvent(object Sender, TElSimpleFTPSClient Client);

[VB.NET]
    Event OnInnerClientDestroyed As TSBFTPSInnerClientEvent
    Delegate Sub TSBFTPSInnerClientEvent(ByVal Sender As Object, ByVal Client As TElSimpleFTPSClient)

[Pascal]
    property OnInnerClientDestroyed : TSBFTPSInnerClientEvent
    TSBFTPSInnerClientEvent = procedure(Sender : TObject; Client : TElSimpleFTPSClient) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Client - a reference to the FTPS client being freed
 
 

Description

    This event is fired just before an internal TElSimpleFTPSClient object is destroyed. This event is fired for each auxiliary connection made internally when a concurrent download is used.

 
 

See also:     OnInnerClientCreated    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation