EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHClient.Open

TElSSHClient     See also    


 

This method tells SSH client to begin negotiation

 
 

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[VB6]
    Sub Open()

[ActiveX]
    HRESULT _stdcall Open( void );

[DLL]
    not implemented;
 
 

Description

    Call this method to make TElSSHClient begin the SSH handshake. You should call it when the transport-layer connection is ready (e.g. TCP connection is established).

After calling this method the SSH client will try to establish the secure connection. It appears as a sequence of OnSend and OnReceive events.

 
 

See also:     Close    

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