EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.Open

TElSecureServer     See also    


 

Accepts SSL session initiated by the client.

 
 

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[VB6]
    Sub IElSecureServerX.Open()

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

[DLL]
    __stdcall DWORD SBServerOpen(HANDLE handle);
 
 

Parameters

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

Description

    This method causes TElSecureServer to accept SSL handshake initiated by client. Call this method after transport has accepted the connection.
    If SSL is not enabled (Enabled property is set to false), TElSecureServer does nothing and returns immediately.

 
 

See also:     Enabled     Close

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