Discuss this help topic in SecureBlackbox Forum

TElSSHServer.ClientSoftwareName

TElSSHServer     See also     


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


This property returns the client-side software name

Declaration

[C#]
    string ClientSoftwareName;

[VB.NET]
    Property ClientSoftwareName As String

[Pascal]
    property ClientSoftwareName : string;

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

[PHP]
    string get_ClientSoftwareName()

[Java]
    String getClientSoftwareName();

Description

    Check this property after the OnOpenConnection event was fired. This property returns the name of the SSH software which is running on the client side.

See also:     SoftwareName    

Discuss this help topic in SecureBlackbox Forum