Discuss this help topic in SecureBlackbox Forum
Specifies if IP version 6 is used by the remote host.
Declaration
[VB.NET]
Property DestUsingIPv6 As Boolean
[Pascal]
property DestUsingIPv6 : boolean;
[C++]
bool get_DestUsingIPv6();
[PHP]
bool get_DestUsingIPv6()
[Java]
boolean getDestUsingIPv6();
Description
Use this property to check if IP version 6 is used by the remote host.
Discuss this help topic in SecureBlackbox Forum