EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSLClient.StopTLS

TElSimpleSSLClient     See also    


 

Gracefully closes SSL session.

 
 

Declaration

[C#]
    void StopTLS(bool Silent /*= False*/);

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

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

[VB6]
    Function IElSimpleSSLClientX.StopTLS() As Variant

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

[DLL]
    not implemented;
 
 

Parameters

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

Description

    This method causes TElSimpleSSLClient to gracefully close SSL session. Call this method after application has finished using the SSL/TLS session.
    If SSL is not enabled (Enabled property is set to false), TElSimpleSSLClient does nothing and returns immediately.
    If Silent parameter is set to False, TElSimpleSSLClient sends closing SSL 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     StartTLS

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