Discuss this help topic in SecureBlackbox Forum
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
Check this property after the
OnOpenConnection
event was fired. This property returns the name of the SSH software which is running on the server side.
Discuss this help topic in SecureBlackbox Forum