Discuss this help topic in SecureBlackbox Forum

TElSSHLocalPortForwarding.ForwardedUsingIPv6

TElSSHLocalPortForwarding     


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


Specifies if IPv6 is used for forwarding.

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

    This property returns True if IPv6 is used by the local host, and False otherwise.

Discuss this help topic in SecureBlackbox Forum