Discuss this help topic in SecureBlackbox Forum
Specifies if IP version 6 should be used on forwarded host.
Declaration
[C#/Java]
bool ForwardedUseIPv6;
[VB.NET]
Property ForwardedUseIPv6 As Boolean
[Pascal]
property ForwardedUseIPv6 : boolean;
[C++]
bool get_ForwardedUseIPv6();
void set_ForwardedUseIPv6(bool Value);
[PHP]
bool get_ForwardedUseIPv6()
void set_ForwardedUseIPv6(bool $Value)
Description
Use this property to specify if version 6 of IP protocol should be used.
Discuss this help topic in SecureBlackbox Forum