EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.Close

TElSecureServer     See also    


 

Gracefully closes SSL session.

 
 

Declaration

[C#]
    void Close(bool Silent /* = false */);

[VB.NET]
    Sub Close(ByVal Silent As Boolean = False)

[Pascal]
    procedure Close(Silent : boolean = false);

[VB6]
    Sub IElSecureServerX.Close()

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

[DLL]
    __stdcall DWORD SBServerClose(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElSecureServer object that was returned by Constructor
  • Silent - True - TElSecureServer will not send disconnection notification to client. False - notification will be sent.
    Default value is False
 
 

Description

    This method causes TElSecureServer to gracefully close SSL session. Call this method after application has finished using the connection and is about to close it.
    If SSL is not enabled (Enabled property is set to False), TElSecureServer does nothing and returns immediately.

 
 

See also:     Enabled     Open

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