EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.OnOpenConnection

TElSecureClient     See also    


 

This event is fired when secure connection is established.

 
 

Declaration

[C#]
    event TSBOpenConnectionEvent OnOpenConnection;
    delegate void TSBOpenConnectionEvent(object Sender);

[VB.NET]
    Event OnOpenConnection As TSBOpenConnectionEvent
    Delegate Sub TSBOpenConnectionEvent(ByVal Sender As Object)

[Pascal]
    property OnOpenConnection : TSBOpenConnectionEvent;
    TSBOpenConnectionEvent = procedure (Sender: TObject) of object;

[VB6]
    Event IElSecureClientXEvents.OnOpenConnection()

[ActiveX]
    HRESULT IElSecureClientXEvents.OnOpenConnection(void);

[DLL]
    __stdcall void SBClientSetOnOpenConnection(HANDLE handle, OnOpenConnectionProc code, long UserData);
    __stdcall (*OnOpenConnectionProc)(HANDLE handle, long UserData);
 
 

Parameters

  • [DLL]handle - handle to the TElSecureClient object that was returned by Constructor
  • [DLL]Code - pointer to the callback function that is called when connection is opened
  • [DLL]UserData - application-defined data that is passed back to the callback function
 
 

Description

    This event is fired by TElSecureClient when it has established secure session. After this event is fired the application can send the data.

 
 

See also:     SendData     OnCloseConnection    

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