SecureBlackbox

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

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


TElSSHTunnelConnectionList.Count

TElSSHTunnelConnectionList     See also    


 

This property returns the number of tunnel connection objects in list

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Property Count As Long

[ActiveX]
    HRESULT _stdcall Count([out, retval] long * Value);

[C++]
    not implemented;

   

Description

    Check this property to get information about number of tunnel connections in list

   

See also:     Tunnels    

 
Back to top