Discuss this help topic in SecureBlackbox Forum

TElSSHServer.SoftwareName

TElSSHServer     See also     


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


This property specifies the server software name

Declaration

[C#/Java]
    string SoftwareName;

[VB.NET]
    Property SoftwareName As String

[Pascal]
    property SoftwareName : string;

[C++]
    not available

[PHP]
    not available

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:     ClientSoftwareName    

Discuss this help topic in SecureBlackbox Forum