InfoConnect for Unisys
UseIPv6Option Enumeration


Defines how InfoConnect communicates with a host using the IPv6 and older IPv4 protocols.
Syntax
'Declaration
 
Public Enum UseIPv6Option 
   Inherits System.Enum
'Usage
 
Dim instance As UseIPv6Option
public enum UseIPv6Option : System.Enum 
Members
MemberDescription
AlwaysInfoConnect only attempts an IPv6 connection.
NeverInfoConnect never attempts an IPv6 connection.
WhenAvailableInfoConnect connects using IPv6 if it is available. If IPv6 is not available, InfoConnect attempts to connect using IPv4.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.UseIPv6Option

See Also