Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.UsingIPv6

TElBaseSocketClient     See also     


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


Specifies whether IP v6 is used.

Declaration

[C#]
    bool UsingIPv6;

[VB.NET]
    Property UsingIPv6 As Boolean

[Pascal]
    property UsingIPv6 : Boolean;

[C++]
    bool get_UsingIPv6();

[PHP]
    bool get_UsingIPv6()

[Java]
    boolean getUsingIPv6();

Description

Use this read-only property to learn if IP protocol version 6 is used.

See also:     SocksUseIPv6    

Discuss this help topic in SecureBlackbox Forum