EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Close

TElSimpleSSHClient     See also    


 

This method closes the SSH connection

 
 

Declaration

[C#]
    void Close();
    void Close(bool FlushPendingData);

[VB.NET]
    Sub Close();
    Sub Close(ByVal FlushPendingData As Boolean)

[Pascal]
    procedure Close;
    procedure Close(FlushPendingData : boolean);

[VB6]
    Sub IElSimpleSSHClientX.Close()

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.Close( void );

[DLL]
    not implemented;
 
 

Parameters

  • FlushPendingData - if this parameter is set to True, the connection will not be closed until all cached data will be sent to the server.
 
 

Description

    Call this method to close the SSH connection. All active tunnels will also be closed. After calling this method no more data should be sent through tunnels.

 
 

See also:     Open     ExecuteCommand    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation