Programming with Reflection

image\rwnprg32.gif UseIPv6 property

 

Syntax

object.UseIPv6
object.UseIPv6 = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) how Reflection communicates with a host using the IPv6 and older IPv4 protocols.

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property