EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.Close

TElSecureClient     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 IElSecureClientX.Close()

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

[DLL]
    __stdcall DWORD SBClientClose(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElSecureClient object that was returned by Constructor
  • Silent - specifies whether TElSecureClient should send closure notification to server
 
 

Description

    This method causes TElSecureClient 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), TElSecureClient does nothing and returns immediately.
    If Silent parameter is set to False, TElSecureClient sends closing notification to server.
    Set this parameter to True to prevent sending of notification packet.

 
 

See also:     Enabled     Open

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