Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.DestUseIPv6

TElSSHForwardingTunnel     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if IP version 6 should be used for remote connection.

Declaration

[C#]
    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)

[Java]
    boolean getDestUseIPv6();
    void setDestUseIPv6(boolean Value);

Description

    Use this property to specify if version 6 of IP protocol should be used.

See also:     ForwardedUseIPv6     DestHost    

Discuss this help topic in SecureBlackbox Forum