Programming with Reflection
UseIPv6 property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection communicates with a host using the IPv6 and older IPv4 protocols.
The default value is rcUseIPv6WhenAvailable.
rcUseIPv6WhenAvailable Reflection connects using IPv6 if it is available. If IPv6 is not available, Reflection attempts to connect using IPv4.
rcIPV6Always Reflection only attempts an IPv6 connection.
rcIPV6Never Reflection never attempts an IPv6 connection.