EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnInnerClientLoggedIn

TElAS3Client     See also    


 

This event is fired when an internal FTPS client has successfully logged in to the server.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Client - a reference to the newly created FTPS client
 
 

Description

    This event is fired when an internal TElSimpleFTPSClient object has successfully logged in to the server. The handler of this event is a good place to execute ClearCommandChannel method of internal client if it is needed.

 
 

See also:     OnInnerClientCreated    

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