Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.SoftwareName

TElSSHBaseClient     See also     


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


This property specifies the client software name.

Declaration

[C#]
    string SoftwareName;

[VB.NET]
    Property SoftwareName As String

[Pascal]
    property SoftwareName : string;

[C++]
    void get_SoftwareName(std::string &OutResult);
    void set_SoftwareName(const std::string &Value);

[PHP]
    string get_SoftwareName()
    void set_SoftwareName(string $Value)

[Java]
    String getSoftwareName();
    void setSoftwareName(String Value);

Description

Set this property before opening the SSH connection. It should specify YOUR software name. Note, that the value should only contain the alphanumeric symbols, without spaces and minus characters. Also, it should not be very long.

See also:     ServerSoftwareName    

Discuss this help topic in SecureBlackbox Forum