Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / UseIPv6 Property


In This Topic
UseIPv6 Property (ITerminal)
In This Topic
Gets or sets how Reflection communicates with a host using the IPv6 and older IPv4 protocols.
Syntax
'Declaration
 
Property UseIPv6 As UseIPv6Option
 
'Usage
 
Dim instance As ITerminal
Dim value As UseIPv6Option
 
instance.UseIPv6 = value
 
value = instance.UseIPv6

Property Value

The default value is WhenAvailable.
See Also