EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSLClient.Close

TElSimpleSSLClient     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]
    Function IElSimpleSSLClientX.Close() As Variant

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

[DLL]
    not implemented;
 
 

Parameters

  • Silent - specifies whether TElSimpleSSLClient should send closing notification to the server
 
 

Description

    This method causes TElSimpleSSLClient 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) and UseInternalSocket is true, TElSimpleSSLClient closes connection and returns. If UseInternalSocket is false, the method does nothing.
    If Silent parameter is set to False, TElSimpleSSLClient sends closing TLS notification to server.
    Set this parameter to True to prevent sending of notification packet. In this case the session can't be resumed later.

    Default value is False.

 
 

See also:     Enabled     Open

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