Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / UseIPv6Option Enumeration


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
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