EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.Open

TElSecureClient     See also    


 

Initiates SSL session.

 
 

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[VB6]
    Sub IElSecureClientX.Open()

[ActiveX]
    HRESULT _stdcall IElSecureClientX.Open(void);

[DLL]
    __stdcall DWORD SBClientOpen(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElSecureClient object that was returned by Constructor
 
 

Description

    This method causes TElSecureClient to initiate SSL handshake. Call this method after transport has established connection.
    If SSL is not enabled (Enabled property is set to false), TElSecureClient does nothing and returns immediately.
    The method is asynhronous and after it's return the SSL session is not yet established. If SSL is enabled, the application should call DataAvaialble in loop until either Active property becomes True or error happens (the application is notified about an error via OnError event). See samples for more details.

 
 

See also:     Enabled     Close

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