Discuss this help topic in SecureBlackbox Forum
Specifies whether IP v6 is used.
Declaration
[VB.NET]
Property UsingIPv6 As Boolean
[Pascal]
property UsingIPv6 : Boolean;
[C++]
bool get_UsingIPv6();
[PHP]
bool get_UsingIPv6()
[Java]
boolean getUsingIPv6();
Description
Use this read-only property to learn if IP protocol version 6 is used.
Discuss this help topic in SecureBlackbox Forum