Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.SSLOptions

TElCustomSimpleSSLClient     See also     


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


Specifies the secure connection options.

Declaration

[C#]
    TSBSSLOptions SSLOptions;

[VB.NET]
    Property SSLOptions As TSBSSLOptions

[Pascal]
    property SSLOptions : TSBSSLOptions;

[C++]
    TSBSSLOptions get_SSLOptions();
    void set_SSLOptions(TSBSSLOptions Value);

[PHP]
    integer get_SSLOptions()
    void set_SSLOptions(integer $Value)

[Java]
    short getSSLOptions();
    void setSSLOptions(short Value);

TSBSSLOptions values

Description

    Use this property to specify the options of the secure connection.

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum