Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.Interrupt

TElBaseSocketClient     See also     


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


Interrupts the connection.

Declaration

[C#]
    void Interrupt();

[VB.NET]
    Sub Interrupt()

[Pascal]
    procedure Interrupt;

[C++]
    void Interrupt();

[PHP]
    void Interrupt()

[Java]
    void interrupt();

Description

Call this method to close the data socket and interrupt the data transfer. Use Close if you need to close connection gracefully.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum