Discuss this help topic in SecureBlackbox Forum
Specifies if IP version 6 should be used for remote connection.
Declaration
[VB.NET]
Property DestUseIPv6 As Boolean
[Pascal]
property DestUseIPv6 : boolean;
[C++]
bool get_DestUseIPv6();
void set_DestUseIPv6(bool Value);
[PHP]
bool get_DestUseIPv6()
void set_DestUseIPv6(bool $Value)
[Java]
boolean getDestUseIPv6();
void setDestUseIPv6(boolean Value);
Description
Use this property to specify if version 6 of IP protocol should be used.
Discuss this help topic in SecureBlackbox Forum