EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFTPSServer.OnEstablishSecureConnection

TElFTPSServer    


 

This event is fired when server needs to establish a secure connection.

 
 

Declaration

[C#]
    event TSBFTPSServerEstablishSecureConnectionEvent OnEstablishSecureConnection;
    delegate void TSBFTPSServerEstablishSecureConnectionEvent(object Sender, TElSecureServer Server);

[VB.NET]
    Event OnEstablishSecureConnection As TSBFTPSServerEstablishSecureConnectionEvent
    Delegate Sub TSBFTPSServerEstablishSecureConnectionEvent(ByVal Sender As Object, ByVal Server As TElSecureServer)

[Pascal]
    property OnEstablishSecureConnection : TSBFTPSServerEstablishSecureConnectionEvent;
    TSBFTPSServerEstablishSecureConnectionEvent = procedure (Sender: TObject; Server : TElSecureServer) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Server - secure server to which the connection has been established.
 
 

Description

    This event is fired by TElFTPSServer when it has to establish a secure connection.

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