Discuss this help topic in SecureBlackbox Forum
Returns the name of the local host, bound to the socket connection.
Declaration
[C#]
string LocalHostName;
[VB.NET]
Property LocalHostName As String
[Pascal]
property LocalHostName : string;
[C++]
void get_LocalHostName(std::string &OutResult);
[PHP]
string get_LocalHostName()
[Java]
String getLocalHostName();
Description
Use this read-only property to get the name of the local host which the socket is bound to.
Discuss this help topic in SecureBlackbox Forum