SecureBlackbox

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

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


TElSSHTunnelConnectionList.Clear

TElSSHTunnelConnectionList     See also    


 

Clears tunnel connections list.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Sub Clear()

[ActiveX]
    HRESULT _stdcall Clear();

[C++]
    not implemented;

   

Description

    Use this method to delete all tunnel connections from the list.

   

See also:     Add     Append     IndexOf     Remove    

 
Back to top