Discuss this help topic in SecureBlackbox Forum

TElOAuth2RedirectReceiver.UseIPv6

TElOAuth2RedirectReceiver     See also     


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


Declaration

[C#]
    bool UseIPv6;

[VB.NET]
    Property UseIPv6 As Boolean

[Pascal]
    property UseIPv6 : Boolean;

[C++]
    bool get_UseIPv6();
    void set_UseIPv6(bool Value);

[PHP]
    bool get_UseIPv6()
    void set_UseIPv6(bool $Value)

[Java]
    boolean getUseIPv6();
    void setUseIPv6(boolean Value);

Description

    This topic is under development.

    The default value is False.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum