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