Internet Direct (Indy) Version 9.0.2 Beta
|
destructor Destroy; override;
Destroy closes the TCP connection that serves as the tunnel link to the TIdTunnelMaster server.
Destroy terminates the SlaveThread that listens for data on the tunnel connection.
Destroy will free and release the TCriticalSection instances uses to protect the resources of the TIdTunnelSlave server.
Destroy relies on the inherited Destroy method to complete destruction of the object instance.