Reflection
UseIPv6 Property (ITerminal)


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
UseIPv6Option UseIPv6 {get; set;}

Property Value

The default value is WhenAvailable.
See Also