Discuss this help topic in SecureBlackbox Forum
Specifies if IP version 6 should be used for remote connection.
Declaration
[C#/Java]
bool DestUseIPv6;
[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)
Description
Use this property to specify if version 6 of IP protocol should be used.
Discuss this help topic in SecureBlackbox Forum