SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElCustomSSHSubsystemHandler.Terminated

TElCustomSSHSubsystemHandler     See also     


 

Returns True if data exchange with connection has to be terminated.

 

Declaration

[C#/Java]
    virtual bool Terminated();

[VB.NET]
    Overridable Function Terminated() As Boolean

[Pascal]
    function Terminated: boolean; virtual;

[C++]
    not implemented;

   

Return value

Returns True if data exchange has to be terminated.

   

Description

    Use this method to find out if data exchange has to be terminated.

   

See also:     Terminate     DoTerminateRequest     OnTerminateRequest    

 
Back to top