Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.Close

TElBaseSocketClient     See also     


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


Gracefully closes the remote connection.

Declaration

[C#]
    void Close(bool Silent);

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

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

[C++]
    void Close(bool Silent);

[PHP]
    void Close(bool $Silent)

[Java]
    void close(boolean Silent);

Parameters

  • Silent - specifies whether a closing notification should be sent to the server.

Description

This method forces the client to gracefully close the remote connection. Call this method after application has finished using the connection and is about to close it.

See also:     Interrupt    

Discuss this help topic in SecureBlackbox Forum