Discuss this help topic in SecureBlackbox Forum
Specifies whether the component should try to resolve the host names locally.
Declaration
[C#]
bool ResolveDynamicForwardingAddresses;
[VB.NET]
Property ResolveDynamicForwardingAddresses As Boolean
[Pascal]
property ResolveDynamicForwardingAddresses : boolean;
[C++]
bool get_ResolveDynamicForwardingAddresses();
void set_ResolveDynamicForwardingAddresses(bool Value);
[PHP]
bool get_ResolveDynamicForwardingAddresses()
void set_ResolveDynamicForwardingAddresses(bool $Value)
[Java]
boolean getResolveDynamicForwardingAddresses();
void setResolveDynamicForwardingAddresses(boolean Value);
Description
Set this property to True if you need the component to resolve host names locally, and pass only the IP addresses to the server.
When this property is set to False, the component sends host names to the server, which performs the resolution.
In most cases, setting ResolveDynamicForwardingAddresses to False is the optimal way.
Discuss this help topic in SecureBlackbox Forum