Reflection
UseIPv6Option Enumeration


Defines how Reflection 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
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.
Inheritance Hierarchy

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

See Also