
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
UseIPv6 property
Determines if IPv6 addresses are allowed.
Type
A Boolean valueSyntax
- Basic
object.UseIPv6 [=value]
The UseIPv6(object,value) syntax has these parts:
The UseIPv6(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A Boolean value. |
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 When you supply Hostname, component will first try to determine if IPv4 was entered, and then if it fails IPv6. In order to use IPv6, your version of Windows needs to support it. To install it on Windows XP, right-click on your 'network connection interface' icon, select 'Properties', and then check if Microsoft TCP/IP version 6 is listed. If not, click on 'Install' button, choose 'Protocol' and then locate above from the list. If IPv6 stack is not installed on the computer, this property is ignored. Here's screenshot of where to find it: