Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.DestUsingIPv6

TElSSHForwardedConnection     See also     


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


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

Declaration

[C#]
    bool DestUsingIPv6;

[VB.NET]
    Property DestUsingIPv6 As Boolean

[Pascal]
    property DestUsingIPv6 : boolean;

[C++]
    bool get_DestUsingIPv6();

[PHP]
    bool get_DestUsingIPv6()

[Java]
    boolean getDestUsingIPv6();

Description

    Use this property to check if IP version 6 is used by the remote host.

See also:     ForwardedUsingIPv6     DestHost    

Discuss this help topic in SecureBlackbox Forum