Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.ForwardedUsingIPv6

TElSSHForwardedConnection     See also     


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


Specifies if IP version 6 is used by the local host.

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

    Use this property to check if version 6 of IP protocol is used by the local host.

See also:     DestUsingIPv6     ForwardedHost    

Discuss this help topic in SecureBlackbox Forum