EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElClientSSLSocket.Close

TElClientSSLSocket     See also    


 

Closes SSL session.

 
 

Declaration

[C#]
    void Close(bool Silent)

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

[Pascal]
    not implemented;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Silent - specifies whether TElClientSSLSocket should send closure notification to server
 
 

Description

    This method causes TElClientSSLSocket to gracefully close SSL session. Call this method after application has finished using the connection and is about to close it.
    If Silent parameter is set to False, TElClientSSLSocket sends close notification to server.
    Set this parameter to True to prevent sending of notification packet.

 
 

See also:     Connect

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