Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.CloseSocket

TElSSLSocket     See also     


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


This method lets the application to forcefully close the underlying transport socket.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This method lets the application to forcefully close the underlying transport socket. It should be used only to close the socket which is performing the blocking operation from the other thread in order to unblock the worker thread.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum