Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ServerSoftwareName

TElSSHBaseClient     See also     


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


This property returns the server-side software name

Declaration

[C#]
    string ServerSoftwareName;

[VB.NET]
    Property ServerSoftwareName As String

[Pascal]
    property ServerSoftwareName : string;

[C++]
    void get_ServerSoftwareName(std::string &OutResult);

[PHP]
    string get_ServerSoftwareName()

[Java]
    String getServerSoftwareName();

Description

This property returns the name of the SSH software which is running on the server side.

See also:     SoftwareName    

Discuss this help topic in SecureBlackbox Forum