InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / UseIPv6Option Enumeration
In This Topic
    UseIPv6Option Enumeration
    In This Topic
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E68")>
    Public Enum UseIPv6Option 
       Inherits System.Enum
    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