Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SoftwareName

TElSimpleSSHClient     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 calling the Open method. It should contain YOUR software name. Note, that this name should contain just alphanumeric symbols, and should not contain spaces and minus characters. Also, it should not be very long.

See also:     ServerSoftwareName    

Discuss this help topic in SecureBlackbox Forum