Discuss this help topic in SecureBlackbox Forum
This property tells the client to send HOST command to the server before logging in.
Declaration
[C#/Java]
string VirtualHostName;
[VB.NET]
Property VirtualHostName As String
[Pascal]
property VirtualHostName : string;
[C++]
void get_VirtualHostName(std::string &OutResult);
void set_VirtualHostName(const std::string &Value);
[PHP]
string get_VirtualHostName()
void set_VirtualHostName(string $Value)
Description
The property should be set before the call
to Login method.
Discuss this help topic in SecureBlackbox Forum