Discuss this help topic in SecureBlackbox Forum
Specifies if IP version 6 is used by the local host.
Declaration
[C#]
bool ForwardedUsingIPv6;
[VB.NET]
Property ForwardedUsingIPv6 As Boolean
[Pascal]
property ForwardedUsingIPv6 : boolean;
[C++]
bool get_ForwardedUsingIPv6();
[PHP]
bool get_ForwardedUsingIPv6()
[Java]
boolean getForwardedUsingIPv6();
Description
Use this property to check if version 6 of IP protocol is used by the local host.
Discuss this help topic in SecureBlackbox Forum