SecureBlackbox

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

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


TElCustomSSHSubsystemHandler.Connected

TElCustomSSHSubsystemHandler     


 

This read-only property specifies if the Connection is active.

 

Declaration

[C#/Java]
    bool Connected;

[VB.NET]
    Property Connected As Boolean

[Pascal]
    property Connected: boolean;

[C++]
    not implemented;

   

Description

    This property contains True if Connection is active.

   
Back to top