Discuss this help topic in SecureBlackbox Forum
Returns the name of the server's operating system.
Declaration
[C#]
string GetServerSystem();
[VB.NET]
Function GetServerSystem() As String
[Pascal]
function GetServerSystem() : string;
[C++]
void GetServerSystem(std::string &OutResult);
[PHP]
string GetServerSystem()
[Java]
String getServerSystem();
Description
Use this method to obtain the server's operating system name.
Discuss this help topic in SecureBlackbox Forum