EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Version

TElSimpleSSHClient     See also    


 

This property returns the SSH version which is used during the connection

 
 

Declaration

[C#]
    ushort Version;

[VB.NET]
    Property Version As UInt16

[Pascal]
    property Version : TSSHVersion;

[VB6]
    Property IElSimpleSSHClientX.Version As tagTxSSHVersion

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.Version([out, retval] TxSSHVersion * Value );

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
sbSSH1 = 1 sbSSH1 sbSSH1 = 1 SSH version 1
sbSSH2 = 2 sbSSH2 sbSSH2 = 2 SSH version 2
Declared in
[.NET] [Pascal]
Namespace: SBSSHCommon
Assembly: SecureBlackbox.SSHCommon
Unit: SBSSHCommon

 
 

Description

    This property returns the active SSH version.

 
 

See also:     Versions

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