Discuss this help topic in SecureBlackbox Forum
Specifies whether IP v6 should be used.
Declaration
[VB.NET]
Property UseIPv6 As Boolean
[Pascal]
property UseIPv6 : boolean;
[C++]
bool get_UseIPv6();
void set_UseIPv6(bool Value);
[PHP]
bool get_UseIPv6()
void set_UseIPv6(bool $Value)
[Java]
boolean getUseIPv6();
void setUseIPv6(boolean Value);
Description
This property defines whether IP protocol version 6 should be used.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum