Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / UseIPv6Option Enumeration
In This Topic
    UseIPv6Option Enumeration
    In This Topic
    Members
    MemberDescription
    AlwaysReflection only attempts an IPv6 connection.
    NeverReflection never attempts an IPv6 connection.
    WhenAvailableReflection connects using IPv6 if it is available. If IPv6 is not available, Reflection attempts to connect using IPv4.
    See Also