Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.Close

TElSSLSocket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Closes connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Silent - specifies whether closure notification to server should be sent.

Description

    This method closes connection and sets Connected property to False.
    Please note that you should not call this method for SSLSocket class but for derived classes only.

See also:     Connected     CloseSocket    

Discuss this help topic in SecureBlackbox Forum