Back to product page

UseIPv6 property


Determines if IPv6 addresses are allowed.

Type

Boolean

Syntax

  • C#
  • VB.NET
Boolean UseIPv6 {get; set; };

Property UseIPv6 As Boolean

Remarks

UseIPv6 determines if component will accept IPv6 addresses when trying to connect to remote server. It will accept both numeric values, such as
 
fe80::213:20ff:fe91:5bb5
 

but also fully qualified hostnames that resolve to such IPv6 addresses, such as
 
www.google.com.sixxs.org
 


Platforms

Windows