Discuss this help topic in SecureBlackbox Forum

TElSSHClient.Version

TElSSHClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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

Declaration

[C#]
    TSSHVersion Version;

[VB.NET]
    Property Version As TSSHVersion

[Pascal]
    property Version : TSSHVersion;

[C++]
    TSSHVersion get_Version();

[PHP]
    integer get_Version()

[Java]
    short getVersion();

Values:

Description

    Check this property after the OnOpenConnection event was fired. This property returns the active SSH version.

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum