Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtensions.OtherCount

TElCustomSSLExtensions     See also     


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


This property contains the number of non-standard extensions.

Declaration

[C#]
    int OtherCount;

[VB.NET]
    Property OtherCount As Integer

[Pascal]
    property OtherCount : integer;

[C++]
    int32_t get_OtherCount();
    void set_OtherCount(int32_t Value);

[PHP]
    integer get_OtherCount()
    void set_OtherCount(integer $Value)

[Java]
    int getOtherCount();
    void setOtherCount(int Value);

Description

    Use this property to get/set number of non-standard SSL extensions.

See also:     OtherExtensions    

Discuss this help topic in SecureBlackbox Forum